Shades of Green Leaf #557433
Tints of Green Leaf #557433
RGB
CMYK
RGB Variations
Color information
#557433 (or 0x557433) is known color: Green Leaf. HEX triplet: 55, 74 and 33. RGB value is (85,116,51). Sum of RGB (Red+Green+Blue) = 85+116+51=252 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.73% from 252); Green value is 116 (45.70% from 255 or 46.03% from 252); Blue value is 51 (20.31% from 255 or 20.24% from 252); Max value from RGB is 116 - color contains mainly: green. Hex color #557433 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557433 is #AA8BCC. Grayscale: #636363. Windows color (decimal): -11176909 or 3372117. OLE color: 3372117.
HSL color Cylindrical-coordinate representation of color #557433: hue angle of 88.62º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #557433 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 116 | 51 | - |
| CMYK | 0.27 | 0 | 0.56 | 0.55 |
| HSL | 88.62º | 0.39% | 0.33% | - |
| HSV(B) | 88.62º | 0.56% | 0.45% | - |
| XYZ | 10.59 | 14.66 | 5.4 | - |
| YUV | 99.32 | 100.73 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 116 | 51 | 0.27 | 0 | 0.56 | 0.55 | 88.62 | 0.39 | 0.33 |
| Hex | 55 | 74 | 33 | 1B | 0 | 38 | 37 | 59 | 27 | 21 |
| Octal | 125 | 164 | 63 | 33 | 0 | 70 | 67 | 131 | 47 | 41 |
| Binary | 1010101 | 1110100 | 110011 | 11011 | 0 | 111000 | 110111 | 1011001 | 100111 | 100001 |
Color Harmonies of #557433
Complementary color
Monochromatic Colors of #557433
Black with #557433
Text Example
Text Example
White with #557433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557433; }
p { color: rgb(85,116,51); }
H1.HeaderClassName
{
color: #557433;
}
.AnyTagClassName
{
color: #557433;
}
</style>
background-color css
<style>
a { background-color: #557433; }
a { background-color: rgb(85,116,51); }
div.DivClassName
{
background-color: #557433;
}
.BgClassName
{
background-color: #557433;
}
</style>
border-color css
<style>
span { border-color: #557433; }
span { border-color: rgb(85,116,51); }
td.TdClassName
{
border-color: #557433;
}
.TagClassName
{
border-color: #557433;
}
</style>