Shades of Verdun Green #55610D
Tints of Verdun Green #55610D
RGB
CMYK
RGB Variations
Color information
#55610D (or 0x55610D) is known color: Verdun Green. HEX triplet: 55, 61 and 0D. RGB value is (85,97,13). Sum of RGB (Red+Green+Blue) = 85+97+13=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 97 (38.28% from 255 or 49.74% from 195); Blue value is 13 (5.47% from 255 or 6.67% from 195); Max value from RGB is 97 - color contains mainly: green. Hex color #55610D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55610D is #AA9EF2. Grayscale: #545454. Windows color (decimal): -11181811 or 876885. OLE color: 876885.
HSL color Cylindrical-coordinate representation of color #55610D: hue angle of 68.57º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #55610D is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 97 | 13 | - |
| CMYK | 0.12 | 0 | 0.87 | 0.62 |
| HSL | 68.57º | 0.76% | 0.22% | - |
| HSV(B) | 68.57º | 0.87% | 0.38% | - |
| XYZ | 8.09 | 10.51 | 1.98 | - |
| YUV | 83.84 | 88.02 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 97 | 13 | 0.12 | 0 | 0.87 | 0.62 | 68.57 | 0.76 | 0.22 |
| Hex | 55 | 61 | D | C | 0 | 57 | 3E | 45 | 4C | 16 |
| Octal | 125 | 141 | 15 | 14 | 0 | 127 | 76 | 105 | 114 | 26 |
| Binary | 1010101 | 1100001 | 1101 | 1100 | 0 | 1010111 | 111110 | 1000101 | 1001100 | 10110 |
Color Harmonies of #55610D
Complementary color
Monochromatic Colors of #55610D
Black with #55610D
Text Example
Text Example
White with #55610D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55610D; }
p { color: rgb(85,97,13); }
H1.HeaderClassName
{
color: #55610D;
}
.AnyTagClassName
{
color: #55610D;
}
</style>
background-color css
<style>
a { background-color: #55610D; }
a { background-color: rgb(85,97,13); }
div.DivClassName
{
background-color: #55610D;
}
.BgClassName
{
background-color: #55610D;
}
</style>
border-color css
<style>
span { border-color: #55610D; }
span { border-color: rgb(85,97,13); }
td.TdClassName
{
border-color: #55610D;
}
.TagClassName
{
border-color: #55610D;
}
</style>