#557124

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

Shades of Green Leaf #557124

Tints of Green Leaf #557124

Color information

#557124 (or 0x557124) is unknown color: approx Green Leaf. HEX triplet: 55, 71 and 24. RGB value is (85,113,36). Sum of RGB (Red+Green+Blue) = 85+113+36=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 113 (44.53% from 255 or 48.29% from 234); Blue value is 36 (14.45% from 255 or 15.38% from 234); Max value from RGB is 113 - color contains mainly: green. Hex color #557124 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557124 is #AA8EDB. Grayscale: #606060. Windows color (decimal): -11177692 or 2388309. OLE color: 2388309.

HSL color Cylindrical-coordinate representation of color #557124: hue angle of 81.82º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #557124 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB8511336-
CMYK0.2500.680.56
HSL81.82º51.68%29.22%-
HSV(B)81.82º68.14%44.31%-
XYZ9.9713.873.82-
YUV95.8594.22120.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.32%
GREEN value IS 113 (44.53% from 255) = 48.29%
BLUE value IS 36 (14.45% from 255) = 15.38%
R=36.32%
G=48.29%
B=15.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85113360.2500.680.5681.8251.6829.22
Hex557124190443852341d
Octal12516144310104701226435
Binary101010111100011001001100101000100111000101001011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557124; }

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

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

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

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

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

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

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

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