Shades of Green Leaf #557234
Tints of Green Leaf #557234
RGB
CMYK
RGB Variations
Color information
#557234 (or 0x557234) is known color: Green Leaf. HEX triplet: 55, 72 and 34. RGB value is (85,114,52). Sum of RGB (Red+Green+Blue) = 85+114+52=251 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.86% from 251); Green value is 114 (44.92% from 255 or 45.42% from 251); Blue value is 52 (20.70% from 255 or 20.72% from 251); Max value from RGB is 114 - color contains mainly: green. Hex color #557234 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557234 is #AA8DCB. Grayscale: #626262. Windows color (decimal): -11177420 or 3437141. OLE color: 3437141.
HSL color Cylindrical-coordinate representation of color #557234: hue angle of 88.06º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #557234 is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 114 | 52 | - |
| CMYK | 0.25 | 0 | 0.54 | 0.55 |
| HSL | 88.06º | 0.37% | 0.33% | - |
| HSV(B) | 88.06º | 0.54% | 0.45% | - |
| XYZ | 10.38 | 14.21 | 5.45 | - |
| YUV | 98.26 | 101.89 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 114 | 52 | 0.25 | 0 | 0.54 | 0.55 | 88.06 | 0.37 | 0.33 |
| Hex | 55 | 72 | 34 | 19 | 0 | 36 | 37 | 58 | 25 | 21 |
| Octal | 125 | 162 | 64 | 31 | 0 | 66 | 67 | 130 | 45 | 41 |
| Binary | 1010101 | 1110010 | 110100 | 11001 | 0 | 110110 | 110111 | 1011000 | 100101 | 100001 |
Color Harmonies of #557234
Complementary color
Monochromatic Colors of #557234
Black with #557234
Text Example
Text Example
White with #557234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557234; }
p { color: rgb(85,114,52); }
H1.HeaderClassName
{
color: #557234;
}
.AnyTagClassName
{
color: #557234;
}
</style>
background-color css
<style>
a { background-color: #557234; }
a { background-color: rgb(85,114,52); }
div.DivClassName
{
background-color: #557234;
}
.BgClassName
{
background-color: #557234;
}
</style>
border-color css
<style>
span { border-color: #557234; }
span { border-color: rgb(85,114,52); }
td.TdClassName
{
border-color: #557234;
}
.TagClassName
{
border-color: #557234;
}
</style>