#556D22

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

Shades of Green Leaf #556D22

Tints of Green Leaf #556D22

Color information

#556D22 (or 0x556D22) is unknown color: approx Green Leaf. HEX triplet: 55, 6D and 22. RGB value is (85,109,34). Sum of RGB (Red+Green+Blue) = 85+109+34=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 109 (42.97% from 255 or 47.81% from 228); Blue value is 34 (13.67% from 255 or 14.91% from 228); Max value from RGB is 109 - color contains mainly: green. Hex color #556D22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556D22 is #AA92DD. Grayscale: #5D5D5D. Windows color (decimal): -11178718 or 2256213. OLE color: 2256213.

HSL color Cylindrical-coordinate representation of color #556D22: hue angle of 79.2º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #556D22 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.57.

Color convert

RGB8510934-
CMYK0.2200.690.57
HSL79.2º52.45%28.04%-
HSV(B)79.2º68.81%42.75%-
XYZ9.512.983.52-
YUV93.2794.55122.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.28%
GREEN value IS 109 (42.97% from 255) = 47.81%
BLUE value IS 34 (13.67% from 255) = 14.91%
R=37.28%
G=47.81%
B=14.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal85109340.2200.690.5779.252.4528.04
Hex556D2216045394f341c
Octal12515542260105711176434
Binary101010111011011000101011001000101111001100111111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,109,34); }

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

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

 a { background-color: rgb(85,109,34); }

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

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

 span { border-color: rgb(85,109,34); }

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