Shades of Green Leaf #556E24
Tints of Green Leaf #556E24
RGB
CMYK
RGB Variations
Color information
#556E24 (or 0x556E24) is known color: Green Leaf. HEX triplet: 55, 6E and 24. RGB value is (85,110,36). Sum of RGB (Red+Green+Blue) = 85+110+36=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 110 (43.36% from 255 or 47.62% from 231); Blue value is 36 (14.45% from 255 or 15.58% from 231); Max value from RGB is 110 - color contains mainly: green. Hex color #556E24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556E24 is #AA91DB. Grayscale: #5E5E5E. Windows color (decimal): -11178460 or 2387541. OLE color: 2387541.
HSL color Cylindrical-coordinate representation of color #556E24: hue angle of 80.27º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #556E24 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 85 | 110 | 36 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.57 |
| HSL | 80.27º | 0.51% | 0.29% | - |
| HSV(B) | 80.27º | 0.67% | 0.43% | - |
| XYZ | 9.64 | 13.21 | 3.71 | - |
| YUV | 94.09 | 95.22 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 110 | 36 | 0.23 | 0 | 0.67 | 0.57 | 80.27 | 0.51 | 0.29 |
| Hex | 55 | 6E | 24 | 17 | 0 | 43 | 39 | 50 | 33 | 1D |
| Octal | 125 | 156 | 44 | 27 | 0 | 103 | 71 | 120 | 63 | 35 |
| Binary | 1010101 | 1101110 | 100100 | 10111 | 0 | 1000011 | 111001 | 1010000 | 110011 | 11101 |
Color Harmonies of #556E24
Complementary color
Monochromatic Colors of #556E24
Black with #556E24
Text Example
Text Example
White with #556E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556E24; }
p { color: rgb(85,110,36); }
H1.HeaderClassName
{
color: #556E24;
}
.AnyTagClassName
{
color: #556E24;
}
</style>
background-color css
<style>
a { background-color: #556E24; }
a { background-color: rgb(85,110,36); }
div.DivClassName
{
background-color: #556E24;
}
.BgClassName
{
background-color: #556E24;
}
</style>
border-color css
<style>
span { border-color: #556E24; }
span { border-color: rgb(85,110,36); }
td.TdClassName
{
border-color: #556E24;
}
.TagClassName
{
border-color: #556E24;
}
</style>