#556F2C

Color #556F2C Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #556F2C

Tints of Green Leaf #556F2C

Color information

#556F2C (or 0x556F2C) is unknown color: approx Green Leaf. HEX triplet: 55, 6F and 2C. RGB value is (85,111,44). Sum of RGB (Red+Green+Blue) = 85+111+44=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 111 (43.75% from 255 or 46.25% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 111 - color contains mainly: green. Hex color #556F2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556F2C is #AA90D3. Grayscale: #5F5F5F. Windows color (decimal): -11178196 or 2912085. OLE color: 2912085.

HSL color Cylindrical-coordinate representation of color #556F2C: hue angle of 83.28º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #556F2C is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB8511144-
CMYK0.2300.600.56
HSL83.28º43.23%30.39%-
HSV(B)83.28º60.36%43.53%-
XYZ9.8913.484.46-
YUV95.5998.89120.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.42%
GREEN value IS 111 (43.75% from 255) = 46.25%
BLUE value IS 44 (17.58% from 255) = 18.33%
R=35.42%
G=46.25%
B=18.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85111440.2300.600.5683.2843.2330.39
Hex556F2C1703C38532b1e
Octal1251575427074701235336
Binary10101011101111101100101110111100111000101001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556F2C; }

 p { color: rgb(85,111,44); }

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

<style>
 a { background-color: #556F2C; }

 a { background-color: rgb(85,111,44); }

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

<style>
 span { border-color: #556F2C; }

 span { border-color: rgb(85,111,44); }

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