#56AA64

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

Shades of Fern #56AA64

Tints of Fern #56AA64

Color information

#56AA64 (or 0x56AA64) is unknown color: approx Fern. HEX triplet: 56, AA and 64. RGB value is (86,170,100). Sum of RGB (Red+Green+Blue) = 86+170+100=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 170 (66.80% from 255 or 47.75% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 170 - color contains mainly: green. Hex color #56AA64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AA64 is #A9559B. Grayscale: #898989. Windows color (decimal): -11097500 or 6597206. OLE color: 6597206.

HSL color Cylindrical-coordinate representation of color #56AA64: hue angle of 130º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #56AA64 is Cyan = 0.49, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB86170100-
CMYK0.4900.410.33
HSL130º33.07%50.2%-
HSV(B)130º49.41%66.67%-
XYZ20.5131.6517.08-
YUV136.9107.1791.69-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.16%
GREEN value IS 170 (66.80% from 255) = 47.75%
BLUE value IS 100 (39.45% from 255) = 28.09%
R=24.16%
G=47.75%
B=28.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal861701000.4900.410.3313033.0750.2
Hex56AA643102921822132
Octal12625214461051412024162
Binary1010110101010101100100110001010100110000110000010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,170,100); }

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

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

 a { background-color: rgb(86,170,100); }

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

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

 span { border-color: rgb(86,170,100); }

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