Shades of Green Leaf #557332
Tints of Green Leaf #557332
RGB
CMYK
RGB Variations
Color information
#557332 (or 0x557332) is known color: Green Leaf. HEX triplet: 55, 73 and 32. RGB value is (85,115,50). Sum of RGB (Red+Green+Blue) = 85+115+50=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 115 (45.31% from 255 or 46% from 250); Blue value is 50 (19.92% from 255 or 20% from 250); Max value from RGB is 115 - color contains mainly: green. Hex color #557332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557332 is #AA8CCD. Grayscale: #626262. Windows color (decimal): -11177166 or 3306325. OLE color: 3306325.
HSL color Cylindrical-coordinate representation of color #557332: hue angle of 87.69º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #557332 is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 115 | 50 | - |
| CMYK | 0.26 | 0 | 0.57 | 0.55 |
| HSL | 87.69º | 0.39% | 0.32% | - |
| HSV(B) | 87.69º | 0.57% | 0.45% | - |
| XYZ | 10.45 | 14.42 | 5.25 | - |
| YUV | 98.62 | 100.56 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 115 | 50 | 0.26 | 0 | 0.57 | 0.55 | 87.69 | 0.39 | 0.32 |
| Hex | 55 | 73 | 32 | 1A | 0 | 39 | 37 | 58 | 27 | 20 |
| Octal | 125 | 163 | 62 | 32 | 0 | 71 | 67 | 130 | 47 | 40 |
| Binary | 1010101 | 1110011 | 110010 | 11010 | 0 | 111001 | 110111 | 1011000 | 100111 | 100000 |
Color Harmonies of #557332
Complementary color
Monochromatic Colors of #557332
Black with #557332
Text Example
Text Example
White with #557332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557332; }
p { color: rgb(85,115,50); }
H1.HeaderClassName
{
color: #557332;
}
.AnyTagClassName
{
color: #557332;
}
</style>
background-color css
<style>
a { background-color: #557332; }
a { background-color: rgb(85,115,50); }
div.DivClassName
{
background-color: #557332;
}
.BgClassName
{
background-color: #557332;
}
</style>
border-color css
<style>
span { border-color: #557332; }
span { border-color: rgb(85,115,50); }
td.TdClassName
{
border-color: #557332;
}
.TagClassName
{
border-color: #557332;
}
</style>