#557920

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

Shades of Green Leaf #557920

Tints of Green Leaf #557920

Color information

#557920 (or 0x557920) is unknown color: approx Green Leaf. HEX triplet: 55, 79 and 20. RGB value is (85,121,32). Sum of RGB (Red+Green+Blue) = 85+121+32=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 121 (47.66% from 255 or 50.84% from 238); Blue value is 32 (12.89% from 255 or 13.45% from 238); Max value from RGB is 121 - color contains mainly: green. Hex color #557920 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557920 is #AA86DF. Grayscale: #646464. Windows color (decimal): -11175648 or 2128213. OLE color: 2128213.

HSL color Cylindrical-coordinate representation of color #557920: hue angle of 84.27º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #557920 is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB8512132-
CMYK0.3000.740.53
HSL84.27º58.17%30%-
HSV(B)84.27º73.55%47.45%-
XYZ10.8415.713.83-
YUV100.0989.57117.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.71%
GREEN value IS 121 (47.66% from 255) = 50.84%
BLUE value IS 32 (12.89% from 255) = 13.45%
R=35.71%
G=50.84%
B=13.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85121320.3000.740.5384.2758.1730
Hex5579201E04A35543a1e
Octal12517140360112651247236
Binary101010111110011000001111001001010110101101010011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557920; }

 p { color: rgb(85,121,32); }

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

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

 a { background-color: rgb(85,121,32); }

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

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

 span { border-color: rgb(85,121,32); }

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