Shades of Green Leaf #557133
Tints of Green Leaf #557133
RGB
CMYK
RGB Variations
Color information
#557133 (or 0x557133) is known color: Green Leaf. HEX triplet: 55, 71 and 33. RGB value is (85,113,51). Sum of RGB (Red+Green+Blue) = 85+113+51=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 113 (44.53% from 255 or 45.38% from 249); Blue value is 51 (20.31% from 255 or 20.48% from 249); Max value from RGB is 113 - color contains mainly: green. Hex color #557133 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557133 is #AA8ECC. Grayscale: #616161. Windows color (decimal): -11177677 or 3371349. OLE color: 3371349.
HSL color Cylindrical-coordinate representation of color #557133: hue angle of 87.1º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #557133 is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 113 | 51 | - |
| CMYK | 0.25 | 0 | 0.55 | 0.56 |
| HSL | 87.1º | 0.38% | 0.32% | - |
| HSV(B) | 87.1º | 0.55% | 0.44% | - |
| XYZ | 10.25 | 13.98 | 5.29 | - |
| YUV | 97.56 | 101.72 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 113 | 51 | 0.25 | 0 | 0.55 | 0.56 | 87.1 | 0.38 | 0.32 |
| Hex | 55 | 71 | 33 | 19 | 0 | 37 | 38 | 57 | 26 | 20 |
| Octal | 125 | 161 | 63 | 31 | 0 | 67 | 70 | 127 | 46 | 40 |
| Binary | 1010101 | 1110001 | 110011 | 11001 | 0 | 110111 | 111000 | 1010111 | 100110 | 100000 |
Color Harmonies of #557133
Complementary color
Monochromatic Colors of #557133
Black with #557133
Text Example
Text Example
White with #557133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557133; }
p { color: rgb(85,113,51); }
H1.HeaderClassName
{
color: #557133;
}
.AnyTagClassName
{
color: #557133;
}
</style>
background-color css
<style>
a { background-color: #557133; }
a { background-color: rgb(85,113,51); }
div.DivClassName
{
background-color: #557133;
}
.BgClassName
{
background-color: #557133;
}
</style>
border-color css
<style>
span { border-color: #557133; }
span { border-color: rgb(85,113,51); }
td.TdClassName
{
border-color: #557133;
}
.TagClassName
{
border-color: #557133;
}
</style>