#557524

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

Shades of Green Leaf #557524

Tints of Green Leaf #557524

Color information

#557524 (or 0x557524) is unknown color: approx Green Leaf. HEX triplet: 55, 75 and 24. RGB value is (85,117,36). Sum of RGB (Red+Green+Blue) = 85+117+36=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 117 (46.09% from 255 or 49.16% from 238); Blue value is 36 (14.45% from 255 or 15.13% from 238); Max value from RGB is 117 - color contains mainly: green. Hex color #557524 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557524 is #AA8ADB. Grayscale: #626262. Windows color (decimal): -11176668 or 2389333. OLE color: 2389333.

HSL color Cylindrical-coordinate representation of color #557524: hue angle of 83.7º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #557524 is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB8511736-
CMYK0.2700.690.54
HSL83.7º52.94%30%-
HSV(B)83.7º69.23%45.88%-
XYZ10.4314.783.97-
YUV98.292.9118.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.71%
GREEN value IS 117 (46.09% from 255) = 49.16%
BLUE value IS 36 (14.45% from 255) = 15.13%
R=35.71%
G=49.16%
B=15.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85117360.2700.690.5483.752.9430
Hex5575241B0453654351e
Octal12516544330105661246536
Binary101010111101011001001101101000101110110101010011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557524; }

 p { color: rgb(85,117,36); }

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

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

 a { background-color: rgb(85,117,36); }

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

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

 span { border-color: rgb(85,117,36); }

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