Shades of Green Leaf #557429
Tints of Green Leaf #557429
RGB
CMYK
RGB Variations
Color information
#557429 (or 0x557429) is known color: Green Leaf. HEX triplet: 55, 74 and 29. RGB value is (85,116,41). Sum of RGB (Red+Green+Blue) = 85+116+41=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 116 (45.70% from 255 or 47.93% from 242); Blue value is 41 (16.41% from 255 or 16.94% from 242); Max value from RGB is 116 - color contains mainly: green. Hex color #557429 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557429 is #AA8BD6. Grayscale: #626262. Windows color (decimal): -11176919 or 2716757. OLE color: 2716757.
HSL color Cylindrical-coordinate representation of color #557429: hue angle of 84.8º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #557429 is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 116 | 41 | - |
| CMYK | 0.27 | 0 | 0.65 | 0.55 |
| HSL | 84.8º | 0.48% | 0.31% | - |
| HSV(B) | 84.8º | 0.65% | 0.45% | - |
| XYZ | 10.39 | 14.58 | 4.36 | - |
| YUV | 98.18 | 95.73 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 116 | 41 | 0.27 | 0 | 0.65 | 0.55 | 84.8 | 0.48 | 0.31 |
| Hex | 55 | 74 | 29 | 1B | 0 | 41 | 37 | 55 | 30 | 1F |
| Octal | 125 | 164 | 51 | 33 | 0 | 101 | 67 | 125 | 60 | 37 |
| Binary | 1010101 | 1110100 | 101001 | 11011 | 0 | 1000001 | 110111 | 1010101 | 110000 | 11111 |
Color Harmonies of #557429
Complementary color
Monochromatic Colors of #557429
Black with #557429
Text Example
Text Example
White with #557429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557429; }
p { color: rgb(85,116,41); }
H1.HeaderClassName
{
color: #557429;
}
.AnyTagClassName
{
color: #557429;
}
</style>
background-color css
<style>
a { background-color: #557429; }
a { background-color: rgb(85,116,41); }
div.DivClassName
{
background-color: #557429;
}
.BgClassName
{
background-color: #557429;
}
</style>
border-color css
<style>
span { border-color: #557429; }
span { border-color: rgb(85,116,41); }
td.TdClassName
{
border-color: #557429;
}
.TagClassName
{
border-color: #557429;
}
</style>