Shades of Green Leaf #556B1E
Tints of Green Leaf #556B1E
RGB
CMYK
RGB Variations
Color information
#556B1E (or 0x556B1E) is known color: Green Leaf. HEX triplet: 55, 6B and 1E. RGB value is (85,107,30). Sum of RGB (Red+Green+Blue) = 85+107+30=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 107 (42.19% from 255 or 48.20% from 222); Blue value is 30 (12.11% from 255 or 13.51% from 222); Max value from RGB is 107 - color contains mainly: green. Hex color #556B1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556B1E is #AA94E1. Grayscale: #5B5B5B. Windows color (decimal): -11179234 or 1993557. OLE color: 1993557.
HSL color Cylindrical-coordinate representation of color #556B1E: hue angle of 77.14º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #556B1E is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 107 | 30 | - |
| CMYK | 0.21 | 0 | 0.72 | 0.58 |
| HSL | 77.14º | 0.56% | 0.27% | - |
| HSV(B) | 77.14º | 0.72% | 0.42% | - |
| XYZ | 9.24 | 12.54 | 3.16 | - |
| YUV | 91.64 | 93.21 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 107 | 30 | 0.21 | 0 | 0.72 | 0.58 | 77.14 | 0.56 | 0.27 |
| Hex | 55 | 6B | 1E | 15 | 0 | 48 | 3A | 4D | 38 | 1B |
| Octal | 125 | 153 | 36 | 25 | 0 | 110 | 72 | 115 | 70 | 33 |
| Binary | 1010101 | 1101011 | 11110 | 10101 | 0 | 1001000 | 111010 | 1001101 | 111000 | 11011 |
Color Harmonies of #556B1E
Complementary color
Monochromatic Colors of #556B1E
Black with #556B1E
Text Example
Text Example
White with #556B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556B1E; }
p { color: rgb(85,107,30); }
H1.HeaderClassName
{
color: #556B1E;
}
.AnyTagClassName
{
color: #556B1E;
}
</style>
background-color css
<style>
a { background-color: #556B1E; }
a { background-color: rgb(85,107,30); }
div.DivClassName
{
background-color: #556B1E;
}
.BgClassName
{
background-color: #556B1E;
}
</style>
border-color css
<style>
span { border-color: #556B1E; }
span { border-color: rgb(85,107,30); }
td.TdClassName
{
border-color: #556B1E;
}
.TagClassName
{
border-color: #556B1E;
}
</style>