Shades of Green Leaf #557124
Tints of Green Leaf #557124
RGB
CMYK
RGB Variations
Color information
#557124 (or 0x557124) is known color: 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
| RGB | 85 | 113 | 36 | - |
| CMYK | 0.25 | 0 | 0.68 | 0.56 |
| HSL | 81.82º | 0.52% | 0.29% | - |
| HSV(B) | 81.82º | 0.68% | 0.44% | - |
| XYZ | 9.97 | 13.87 | 3.82 | - |
| YUV | 95.85 | 94.22 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 113 | 36 | 0.25 | 0 | 0.68 | 0.56 | 81.82 | 0.52 | 0.29 |
| Hex | 55 | 71 | 24 | 19 | 0 | 44 | 38 | 52 | 34 | 1D |
| Octal | 125 | 161 | 44 | 31 | 0 | 104 | 70 | 122 | 64 | 35 |
| Binary | 1010101 | 1110001 | 100100 | 11001 | 0 | 1000100 | 111000 | 1010010 | 110100 | 11101 |
Color Harmonies of #557124
Complementary color
Monochromatic Colors of #557124
Black with #557124
Text Example
Text Example
White with #557124
Text Example
Text Example
HTML Codes & Css Web 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>