Shades of Green Leaf #557532
Tints of Green Leaf #557532
RGB
CMYK
RGB Variations
Color information
#557532 (or 0x557532) is known color: Green Leaf. HEX triplet: 55, 75 and 32. RGB value is (85,117,50). Sum of RGB (Red+Green+Blue) = 85+117+50=252 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.73% from 252); Green value is 117 (46.09% from 255 or 46.43% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 117 - color contains mainly: green. Hex color #557532 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557532 is #AA8ACD. Grayscale: #646464. Windows color (decimal): -11176654 or 3306837. OLE color: 3306837.
HSL color Cylindrical-coordinate representation of color #557532: hue angle of 88.66º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #557532 is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 117 | 50 | - |
| CMYK | 0.27 | 0 | 0.57 | 0.54 |
| HSL | 88.66º | 0.4% | 0.33% | - |
| HSV(B) | 88.66º | 0.57% | 0.46% | - |
| XYZ | 10.68 | 14.88 | 5.33 | - |
| YUV | 99.79 | 99.9 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 117 | 50 | 0.27 | 0 | 0.57 | 0.54 | 88.66 | 0.4 | 0.33 |
| Hex | 55 | 75 | 32 | 1B | 0 | 39 | 36 | 59 | 28 | 21 |
| Octal | 125 | 165 | 62 | 33 | 0 | 71 | 66 | 131 | 50 | 41 |
| Binary | 1010101 | 1110101 | 110010 | 11011 | 0 | 111001 | 110110 | 1011001 | 101000 | 100001 |
Color Harmonies of #557532
Complementary color
Monochromatic Colors of #557532
Black with #557532
Text Example
Text Example
White with #557532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557532; }
p { color: rgb(85,117,50); }
H1.HeaderClassName
{
color: #557532;
}
.AnyTagClassName
{
color: #557532;
}
</style>
background-color css
<style>
a { background-color: #557532; }
a { background-color: rgb(85,117,50); }
div.DivClassName
{
background-color: #557532;
}
.BgClassName
{
background-color: #557532;
}
</style>
border-color css
<style>
span { border-color: #557532; }
span { border-color: rgb(85,117,50); }
td.TdClassName
{
border-color: #557532;
}
.TagClassName
{
border-color: #557532;
}
</style>