COLOR #56B640

HEX: #56B640 RGB: (86,182,64)

Color info

#56B640 contains mainly green color. Web safe color of #56B640 is #66CC33 (or #6C3).

RGB color model

#56B640 color RGB value is (86,182,64).

RGB: (86,182,64) (34%, 71%, 25%)

RGB channels and saturation

R 86 of 255 = 34%
G 182 of 255 = 71%
B 64 of 255 = 25%

86
182
64

R + G + B ~ 43%. #56B640 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 86 + 182 + 64 = 332 (100%)
R 86 of 332 ~ 25.9%
G 182 of 332 ~ 54.82%
B 64 of 332 ~ 19.28'%

%25.9
%54.82
%19.28

CMYK color model

#56B640 color CMYK value is (53,0,65,29).

  • cyan value is 52.75%
  • magenta value is 0.00%
  • yellow value is 64.84%
  • key color value is 28.63%
CMYK: (53,0,65,29) C53M0Y65K29 (53%,0%,65%,29%) (0.53/0.00/0.65/0.29) 

CMYK percentages

%52.75
%0
%64.84
%28.63

Codes

Color #56B640 in popluar color models

56 B6 40
RGB 86 182 64
HSL 109° 47.97% 48.24%
HSB/HSV 109° 64.84% 71.37%
CMYK 52.75% 0.00% 64.84%
28.63%

Color #56B640 in popluar number systems.

HEX 56 B6 40
Decimal 86 182 64
Binary 1010110 10110110 1000000
Octal 126 266 100

Shades and tints

Shades of #56B640

#56B640
(86,182,64)
#4FA63B
(79,166,59)
#489636
(72,150,54)
#418631
(65,134,49)
#3A762C
(58,118,44)
#336627
(51,102,39)
#2C5622
(44,86,34)
#25461D
(37,70,29)
#1E3618
(30,54,24)
#172613
(23,38,19)
#10160E
(16,22,14)
#000000
(0,0,0)

Tints of #56B640

#56B640
(86,182,64)
#65BC51
(101,188,81)
#74C262
(116,194,98)
#83C873
(131,200,115)
#92CE84
(146,206,132)
#A1D495
(161,212,149)
#B0DAA6
(176,218,166)
#BFE0B7
(191,224,183)
#CEE6C8
(206,230,200)
#DDECD9
(221,236,217)
#ECF2EA
(236,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56B640 color. Also use rgb(86,182,64) instead hex code.

Text Font Color

.myTextColor { color: #56B640; }

<p style="color:#56B640">This sample text font color is #56B640.</p>

This text font color is #56B640.

Background Color

.myBgColor { background-color: #56B640; }

<div style="background-color:#56B640">Inner text</div>

This div background color is #56B640.

Border color

.myBorderColor { border: 1px solid #56B640; }

<div style="border:3px solid #56B640">Div</div>

This div border color is #56B640.

Opacity

.myOpacity80 { color: #56B640; opacity: 0.8; }

<p style="color:#56B640;opacity:0.8;">80%</p>

Text with #56B640 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #56B640;}

<p style="text-shadow: 3px 3px 1px #56B640">Text here.</p>

This text has shadow with #56B640 color.


.textShadow {text-shadow: 3px 3px 1px #56B640', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #56B640, 5px 5px 20px red">Text here.</p>

This text has shadow with #56B640 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#56B640, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#56B640, Direction=45, Strength=4)">Text</p>

This text has shadow with #56B640 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #56B640;
-webkit-box-shadow: 1px 1px 3px 2px #56B640;
box-shadow: 1px 1px 3px 2px #56B640;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #56B640; -webkit-box-shadow: 1px 1px 3px 2px #56B640; box-shadow:1px 1px 3px 2px #56B640;">
Div content here
</div>

This div box has shadow with color #56B640.

Preview

Color preview on black background

This text has color #56B640 on black background.


Color preview on white background

This text has color #56B640 on white background.


Black color preview on #56B640 background

This text has black color on #56B640 background.


White color preview on #56B640 background

This text has white color on #56B640 background.


Related colors

Complementary color

Complementary color for #hex is #A949BF.


I love getcolorcode.com

Triadic colors

1 #4056B6 and #B64056 with #56B640 are triadic colors.

2 #40B656 and #B65640 with #56B640 are triadic colors.