Shades of Verdun Green #55600D
Tints of Verdun Green #55600D
RGB
CMYK
RGB Variations
Color information
#55600D (or 0x55600D) is known color: Verdun Green. HEX triplet: 55, 60 and 0D. RGB value is (85,96,13). Sum of RGB (Red+Green+Blue) = 85+96+13=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 96 (37.89% from 255 or 49.48% from 194); Blue value is 13 (5.47% from 255 or 6.70% from 194); Max value from RGB is 96 - color contains mainly: green. Hex color #55600D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55600D is #AA9FF2. Grayscale: #535353. Windows color (decimal): -11182067 or 876629. OLE color: 876629.
HSL color Cylindrical-coordinate representation of color #55600D: hue angle of 67.95º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #55600D is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 96 | 13 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.62 |
| HSL | 67.95º | 0.76% | 0.21% | - |
| HSV(B) | 67.95º | 0.86% | 0.38% | - |
| XYZ | 8 | 10.33 | 1.95 | - |
| YUV | 83.25 | 88.36 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 96 | 13 | 0.11 | 0 | 0.86 | 0.62 | 67.95 | 0.76 | 0.21 |
| Hex | 55 | 60 | D | B | 0 | 56 | 3E | 44 | 4C | 15 |
| Octal | 125 | 140 | 15 | 13 | 0 | 126 | 76 | 104 | 114 | 25 |
| Binary | 1010101 | 1100000 | 1101 | 1011 | 0 | 1010110 | 111110 | 1000100 | 1001100 | 10101 |
Color Harmonies of #55600D
Complementary color
Monochromatic Colors of #55600D
Black with #55600D
Text Example
Text Example
White with #55600D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55600D; }
p { color: rgb(85,96,13); }
H1.HeaderClassName
{
color: #55600D;
}
.AnyTagClassName
{
color: #55600D;
}
</style>
background-color css
<style>
a { background-color: #55600D; }
a { background-color: rgb(85,96,13); }
div.DivClassName
{
background-color: #55600D;
}
.BgClassName
{
background-color: #55600D;
}
</style>
border-color css
<style>
span { border-color: #55600D; }
span { border-color: rgb(85,96,13); }
td.TdClassName
{
border-color: #55600D;
}
.TagClassName
{
border-color: #55600D;
}
</style>