Shades of Green Leaf #557434
Tints of Green Leaf #557434
RGB
CMYK
RGB Variations
Color information
#557434 (or 0x557434) is known color: Green Leaf. HEX triplet: 55, 74 and 34. RGB value is (85,116,52). Sum of RGB (Red+Green+Blue) = 85+116+52=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 116 (45.70% from 255 or 45.85% from 253); Blue value is 52 (20.70% from 255 or 20.55% from 253); Max value from RGB is 116 - color contains mainly: green. Hex color #557434 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557434 is #AA8BCB. Grayscale: #636363. Windows color (decimal): -11176908 or 3437653. OLE color: 3437653.
HSL color Cylindrical-coordinate representation of color #557434: hue angle of 89.06º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #557434 is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 116 | 52 | - |
| CMYK | 0.27 | 0 | 0.55 | 0.55 |
| HSL | 89.06º | 0.38% | 0.33% | - |
| HSV(B) | 89.06º | 0.55% | 0.45% | - |
| XYZ | 10.61 | 14.67 | 5.52 | - |
| YUV | 99.44 | 101.23 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 116 | 52 | 0.27 | 0 | 0.55 | 0.55 | 89.06 | 0.38 | 0.33 |
| Hex | 55 | 74 | 34 | 1B | 0 | 37 | 37 | 59 | 26 | 21 |
| Octal | 125 | 164 | 64 | 33 | 0 | 67 | 67 | 131 | 46 | 41 |
| Binary | 1010101 | 1110100 | 110100 | 11011 | 0 | 110111 | 110111 | 1011001 | 100110 | 100001 |
Color Harmonies of #557434
Complementary color
Monochromatic Colors of #557434
Black with #557434
Text Example
Text Example
White with #557434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557434; }
p { color: rgb(85,116,52); }
H1.HeaderClassName
{
color: #557434;
}
.AnyTagClassName
{
color: #557434;
}
</style>
background-color css
<style>
a { background-color: #557434; }
a { background-color: rgb(85,116,52); }
div.DivClassName
{
background-color: #557434;
}
.BgClassName
{
background-color: #557434;
}
</style>
border-color css
<style>
span { border-color: #557434; }
span { border-color: rgb(85,116,52); }
td.TdClassName
{
border-color: #557434;
}
.TagClassName
{
border-color: #557434;
}
</style>