Shades of Green Leaf #556D1D
Tints of Green Leaf #556D1D
RGB
CMYK
RGB Variations
Color information
#556D1D (or 0x556D1D) is known color: Green Leaf. HEX triplet: 55, 6D and 1D. RGB value is (85,109,29). Sum of RGB (Red+Green+Blue) = 85+109+29=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 109 (42.97% from 255 or 48.88% from 223); Blue value is 29 (11.72% from 255 or 13.00% from 223); Max value from RGB is 109 - color contains mainly: green. Hex color #556D1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556D1D is #AA92E2. Grayscale: #5D5D5D. Windows color (decimal): -11178723 or 1928533. OLE color: 1928533.
HSL color Cylindrical-coordinate representation of color #556D1D: hue angle of 78º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #556D1D is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 85 | 109 | 29 | - |
| CMYK | 0.22 | 0 | 0.73 | 0.57 |
| HSL | 78º | 0.58% | 0.27% | - |
| HSV(B) | 78º | 0.73% | 0.43% | - |
| XYZ | 9.44 | 12.96 | 3.17 | - |
| YUV | 92.7 | 92.05 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 109 | 29 | 0.22 | 0 | 0.73 | 0.57 | 78 | 0.58 | 0.27 |
| Hex | 55 | 6D | 1D | 16 | 0 | 49 | 39 | 4E | 3A | 1B |
| Octal | 125 | 155 | 35 | 26 | 0 | 111 | 71 | 116 | 72 | 33 |
| Binary | 1010101 | 1101101 | 11101 | 10110 | 0 | 1001001 | 111001 | 1001110 | 111010 | 11011 |
Color Harmonies of #556D1D
Complementary color
Monochromatic Colors of #556D1D
Black with #556D1D
Text Example
Text Example
White with #556D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556D1D; }
p { color: rgb(85,109,29); }
H1.HeaderClassName
{
color: #556D1D;
}
.AnyTagClassName
{
color: #556D1D;
}
</style>
background-color css
<style>
a { background-color: #556D1D; }
a { background-color: rgb(85,109,29); }
div.DivClassName
{
background-color: #556D1D;
}
.BgClassName
{
background-color: #556D1D;
}
</style>
border-color css
<style>
span { border-color: #556D1D; }
span { border-color: rgb(85,109,29); }
td.TdClassName
{
border-color: #556D1D;
}
.TagClassName
{
border-color: #556D1D;
}
</style>