#56B26B

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

Shades of Fern #56B26B

Tints of Fern #56B26B

Color information

#56B26B (or 0x56B26B) is unknown color: approx Fern. HEX triplet: 56, B2 and 6B. RGB value is (86,178,107). Sum of RGB (Red+Green+Blue) = 86+178+107=371 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.18% from 371); Green value is 178 (69.92% from 255 or 47.98% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 178 - color contains mainly: green. Hex color #56B26B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56B26B is #A94D94. Grayscale: #8E8E8E. Windows color (decimal): -11095445 or 7058006. OLE color: 7058006.

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

Color convert

RGB86178107-
CMYK0.5200.400.30
HSL133.7º37.4%51.76%-
HSV(B)133.7º51.69%69.8%-
XYZ22.4134.8819.46-
YUV142.4108.0287.77-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.18%
GREEN value IS 178 (69.92% from 255) = 47.98%
BLUE value IS 107 (42.19% from 255) = 28.84%
R=23.18%
G=47.98%
B=28.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal861781070.5200.400.30133.737.451.76
Hex56B26B340281E862534
Octal12626215364050362064564
Binary101011010110010110101111010001010001111010000110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,178,107); }

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

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

 a { background-color: rgb(86,178,107); }

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

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

 span { border-color: rgb(86,178,107); }

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