#556E21

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

Shades of Green Leaf #556E21

Tints of Green Leaf #556E21

Color information

#556E21 (or 0x556E21) is unknown color: approx Green Leaf. HEX triplet: 55, 6E and 21. RGB value is (85,110,33). Sum of RGB (Red+Green+Blue) = 85+110+33=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 110 (43.36% from 255 or 48.25% from 228); Blue value is 33 (13.28% from 255 or 14.47% from 228); Max value from RGB is 110 - color contains mainly: green. Hex color #556E21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556E21 is #AA91DE. Grayscale: #5E5E5E. Windows color (decimal): -11178463 or 2190933. OLE color: 2190933.

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

Color convert

RGB8511033-
CMYK0.2300.70.57
HSL79.48º53.85%28.04%-
HSV(B)79.48º70%43.14%-
XYZ9.613.193.48-
YUV93.7593.72121.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.28%
GREEN value IS 110 (43.36% from 255) = 48.25%
BLUE value IS 33 (13.28% from 255) = 14.47%
R=37.28%
G=48.25%
B=14.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal85110330.2300.70.5779.4853.8528.04
Hex556E2117046394f361c
Octal12515641270106711176634
Binary101010111011101000011011101000110111001100111111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,110,33); }

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

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

 a { background-color: rgb(85,110,33); }

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

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

 span { border-color: rgb(85,110,33); }

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