Shades of Green Leaf #556D1F
Tints of Green Leaf #556D1F
RGB
CMYK
RGB Variations
Color information
#556D1F (or 0x556D1F) is known color: Green Leaf. HEX triplet: 55, 6D and 1F. RGB value is (85,109,31). Sum of RGB (Red+Green+Blue) = 85+109+31=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 109 (42.97% from 255 or 48.44% from 225); Blue value is 31 (12.5% from 255 or 13.78% from 225); Max value from RGB is 109 - color contains mainly: green. Hex color #556D1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556D1F is #AA92E0. Grayscale: #5D5D5D. Windows color (decimal): -11178721 or 2059605. OLE color: 2059605.
HSL color Cylindrical-coordinate representation of color #556D1F: hue angle of 78.46º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #556D1F is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 85 | 109 | 31 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.57 |
| HSL | 78.46º | 0.56% | 0.27% | - |
| HSV(B) | 78.46º | 0.72% | 0.43% | - |
| XYZ | 9.46 | 12.97 | 3.3 | - |
| YUV | 92.93 | 93.05 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 109 | 31 | 0.22 | 0 | 0.72 | 0.57 | 78.46 | 0.56 | 0.27 |
| Hex | 55 | 6D | 1F | 16 | 0 | 48 | 39 | 4E | 38 | 1B |
| Octal | 125 | 155 | 37 | 26 | 0 | 110 | 71 | 116 | 70 | 33 |
| Binary | 1010101 | 1101101 | 11111 | 10110 | 0 | 1001000 | 111001 | 1001110 | 111000 | 11011 |
Color Harmonies of #556D1F
Complementary color
Monochromatic Colors of #556D1F
Black with #556D1F
Text Example
Text Example
White with #556D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556D1F; }
p { color: rgb(85,109,31); }
H1.HeaderClassName
{
color: #556D1F;
}
.AnyTagClassName
{
color: #556D1F;
}
</style>
background-color css
<style>
a { background-color: #556D1F; }
a { background-color: rgb(85,109,31); }
div.DivClassName
{
background-color: #556D1F;
}
.BgClassName
{
background-color: #556D1F;
}
</style>
border-color css
<style>
span { border-color: #556D1F; }
span { border-color: rgb(85,109,31); }
td.TdClassName
{
border-color: #556D1F;
}
.TagClassName
{
border-color: #556D1F;
}
</style>