#56AA65

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

Shades of Fern #56AA65

Tints of Fern #56AA65

Color information

#56AA65 (or 0x56AA65) is unknown color: approx Fern. HEX triplet: 56, AA and 65. RGB value is (86,170,101). Sum of RGB (Red+Green+Blue) = 86+170+101=357 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.09% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 101 (39.84% from 255 or 28.29% from 357); Max value from RGB is 170 - color contains mainly: green. Hex color #56AA65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AA65 is #A9559A. Grayscale: #898989. Windows color (decimal): -11097499 or 6662742. OLE color: 6662742.

HSL color Cylindrical-coordinate representation of color #56AA65: hue angle of 130.71º 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 #56AA65 is Cyan = 0.49, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB86170101-
CMYK0.4900.410.33
HSL130.71º33.07%50.2%-
HSV(B)130.71º49.41%66.67%-
XYZ20.5631.6717.34-
YUV137.02107.6791.61-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.09%
GREEN value IS 170 (66.80% from 255) = 47.62%
BLUE value IS 101 (39.84% from 255) = 28.29%
R=24.09%
G=47.62%
B=28.29%

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
Decimal861701010.4900.410.33130.7133.0750.2
Hex56AA653102921832132
Octal12625214561051412034162
Binary1010110101010101100101110001010100110000110000011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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