#56A764

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

Shades of Fern #56A764

Tints of Fern #56A764

Color information

#56A764 (or 0x56A764) is unknown color: approx Fern. HEX triplet: 56, A7 and 64. RGB value is (86,167,100). Sum of RGB (Red+Green+Blue) = 86+167+100=353 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.36% from 353); Green value is 167 (65.62% from 255 or 47.31% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 167 - color contains mainly: green. Hex color #56A764 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A764 is #A9589B. Grayscale: #878787. Windows color (decimal): -11098268 or 6596438. OLE color: 6596438.

HSL color Cylindrical-coordinate representation of color #56A764: hue angle of 130.37º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #56A764 is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB86167100-
CMYK0.4900.400.35
HSL130.37º32.02%49.61%-
HSV(B)130.37º48.5%65.49%-
XYZ19.9630.5416.9-
YUV135.14108.1692.95-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.36%
GREEN value IS 167 (65.62% from 255) = 47.31%
BLUE value IS 100 (39.45% from 255) = 28.33%
R=24.36%
G=47.31%
B=28.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal861671000.4900.400.35130.3732.0249.61
Hex56A7643102823822032
Octal12624714461050432024062
Binary1010110101001111100100110001010100010001110000010100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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