Shades of Verdun Green #55510D
Tints of Verdun Green #55510D
RGB
CMYK
RGB Variations
Color information
#55510D (or 0x55510D) is known color: Verdun Green. HEX triplet: 55, 51 and 0D. RGB value is (85,81,13). Sum of RGB (Red+Green+Blue) = 85+81+13=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 81 (32.03% from 255 or 45.25% from 179); Blue value is 13 (5.47% from 255 or 7.26% from 179); Max value from RGB is 85 - color contains mainly: red. Hex color #55510D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55510D is #AAAEF2. Grayscale: #4A4A4A. Windows color (decimal): -11185907 or 872789. OLE color: 872789.
HSL color Cylindrical-coordinate representation of color #55510D: hue angle of 56.67º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #55510D is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 81 | 13 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.67 |
| HSL | 56.67º | 0.73% | 0.19% | - |
| HSV(B) | 56.67º | 0.85% | 0.33% | - |
| XYZ | 6.76 | 7.85 | 1.54 | - |
| YUV | 74.44 | 93.33 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 13 | 0 | 0.05 | 0.85 | 0.67 | 56.67 | 0.73 | 0.19 |
| Hex | 55 | 51 | D | 0 | 5 | 55 | 43 | 39 | 49 | 13 |
| Octal | 125 | 121 | 15 | 0 | 5 | 125 | 103 | 71 | 111 | 23 |
| Binary | 1010101 | 1010001 | 1101 | 0 | 101 | 1010101 | 1000011 | 111001 | 1001001 | 10011 |
Color Harmonies of #55510D
Complementary color
Monochromatic Colors of #55510D
Black with #55510D
Text Example
Text Example
White with #55510D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55510D; }
p { color: rgb(85,81,13); }
H1.HeaderClassName
{
color: #55510D;
}
.AnyTagClassName
{
color: #55510D;
}
</style>
background-color css
<style>
a { background-color: #55510D; }
a { background-color: rgb(85,81,13); }
div.DivClassName
{
background-color: #55510D;
}
.BgClassName
{
background-color: #55510D;
}
</style>
border-color css
<style>
span { border-color: #55510D; }
span { border-color: rgb(85,81,13); }
td.TdClassName
{
border-color: #55510D;
}
.TagClassName
{
border-color: #55510D;
}
</style>