Shades of Green Leaf #557233
Tints of Green Leaf #557233
RGB
CMYK
RGB Variations
Color information
#557233 (or 0x557233) is known color: Green Leaf. HEX triplet: 55, 72 and 33. RGB value is (85,114,51). Sum of RGB (Red+Green+Blue) = 85+114+51=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 114 (44.92% from 255 or 45.6% from 250); Blue value is 51 (20.31% from 255 or 20.4% from 250); Max value from RGB is 114 - color contains mainly: green. Hex color #557233 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557233 is #AA8DCC. Grayscale: #626262. Windows color (decimal): -11177421 or 3371605. OLE color: 3371605.
HSL color Cylindrical-coordinate representation of color #557233: hue angle of 87.62º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #557233 is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 114 | 51 | - |
| CMYK | 0.25 | 0 | 0.55 | 0.55 |
| HSL | 87.62º | 0.38% | 0.32% | - |
| HSV(B) | 87.62º | 0.55% | 0.45% | - |
| XYZ | 10.36 | 14.2 | 5.33 | - |
| YUV | 98.15 | 101.39 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 114 | 51 | 0.25 | 0 | 0.55 | 0.55 | 87.62 | 0.38 | 0.32 |
| Hex | 55 | 72 | 33 | 19 | 0 | 37 | 37 | 58 | 26 | 20 |
| Octal | 125 | 162 | 63 | 31 | 0 | 67 | 67 | 130 | 46 | 40 |
| Binary | 1010101 | 1110010 | 110011 | 11001 | 0 | 110111 | 110111 | 1011000 | 100110 | 100000 |
Color Harmonies of #557233
Complementary color
Monochromatic Colors of #557233
Black with #557233
Text Example
Text Example
White with #557233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557233; }
p { color: rgb(85,114,51); }
H1.HeaderClassName
{
color: #557233;
}
.AnyTagClassName
{
color: #557233;
}
</style>
background-color css
<style>
a { background-color: #557233; }
a { background-color: rgb(85,114,51); }
div.DivClassName
{
background-color: #557233;
}
.BgClassName
{
background-color: #557233;
}
</style>
border-color css
<style>
span { border-color: #557233; }
span { border-color: rgb(85,114,51); }
td.TdClassName
{
border-color: #557233;
}
.TagClassName
{
border-color: #557233;
}
</style>