#56B16A

Color #56B16A Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #56B16A

Tints of Fern #56B16A

Color information

#56B16A (or 0x56B16A) is unknown color: approx Fern. HEX triplet: 56, B1 and 6A. RGB value is (86,177,106). Sum of RGB (Red+Green+Blue) = 86+177+106=369 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.31% from 369); Green value is 177 (69.53% from 255 or 47.97% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 177 - color contains mainly: green. Hex color #56B16A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56B16A is #A94E95. Grayscale: #8D8D8D. Windows color (decimal): -11095702 or 6992214. OLE color: 6992214.

HSL color Cylindrical-coordinate representation of color #56B16A: hue angle of 133.19º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #56B16A is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB86177106-
CMYK0.5100.400.31
HSL133.19º36.84%51.57%-
HSV(B)133.19º51.41%69.41%-
XYZ22.1634.4619.12-
YUV141.7107.8588.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 23.31%
GREEN value IS 177 (69.53% from 255) = 47.97%
BLUE value IS 106 (41.80% from 255) = 28.73%
R=23.31%
G=47.97%
B=28.73%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal861771060.5100.400.31133.1936.8451.57
Hex56B16A330281F852534
Octal12626115263050372054564
Binary101011010110001110101011001101010001111110000101100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56B16A; }

 p { color: rgb(86,177,106); }

 H1.HeaderClassName
 {
   color: #56B16A;
 }
 .AnyTagClassName
 {
   color: #56B16A;
 }
</style>
background-color css

<style>
 a { background-color: #56B16A; }

 a { background-color: rgb(86,177,106); }

 div.DivClassName
 {
   background-color: #56B16A;
 }
 .BgClassName
 {
   background-color: #56B16A;
 }
</style>
border-color css

<style>
 span { border-color: #56B16A; }

 span { border-color: rgb(86,177,106); }

 td.TdClassName
 {
   border-color: #56B16A;
 }
 .TagClassName
 {
   border-color: #56B16A;
 }
</style>