Shades of Verdun Green #55560D
Tints of Verdun Green #55560D
RGB
CMYK
RGB Variations
Color information
#55560D (or 0x55560D) is known color: Verdun Green. HEX triplet: 55, 56 and 0D. RGB value is (85,86,13). Sum of RGB (Red+Green+Blue) = 85+86+13=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 86 (33.98% from 255 or 46.74% from 184); Blue value is 13 (5.47% from 255 or 7.07% from 184); Max value from RGB is 86 - color contains mainly: green. Hex color #55560D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55560D is #AAA9F2. Grayscale: #4D4D4D. Windows color (decimal): -11184627 or 874069. OLE color: 874069.
HSL color Cylindrical-coordinate representation of color #55560D: hue angle of 60.82º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #55560D is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 86 | 13 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.66 |
| HSL | 60.82º | 0.74% | 0.19% | - |
| HSV(B) | 60.82º | 0.85% | 0.34% | - |
| XYZ | 7.15 | 8.62 | 1.67 | - |
| YUV | 77.38 | 91.67 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 86 | 13 | 0.01 | 0 | 0.85 | 0.66 | 60.82 | 0.74 | 0.19 |
| Hex | 55 | 56 | D | 1 | 0 | 55 | 42 | 3D | 4A | 13 |
| Octal | 125 | 126 | 15 | 1 | 0 | 125 | 102 | 75 | 112 | 23 |
| Binary | 1010101 | 1010110 | 1101 | 1 | 0 | 1010101 | 1000010 | 111101 | 1001010 | 10011 |
Color Harmonies of #55560D
Complementary color
Monochromatic Colors of #55560D
Black with #55560D
Text Example
Text Example
White with #55560D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55560D; }
p { color: rgb(85,86,13); }
H1.HeaderClassName
{
color: #55560D;
}
.AnyTagClassName
{
color: #55560D;
}
</style>
background-color css
<style>
a { background-color: #55560D; }
a { background-color: rgb(85,86,13); }
div.DivClassName
{
background-color: #55560D;
}
.BgClassName
{
background-color: #55560D;
}
</style>
border-color css
<style>
span { border-color: #55560D; }
span { border-color: rgb(85,86,13); }
td.TdClassName
{
border-color: #55560D;
}
.TagClassName
{
border-color: #55560D;
}
</style>