Shades of Verdun Green #514C0D
Tints of Verdun Green #514C0D
RGB
CMYK
RGB Variations
Color information
#514C0D (or 0x514C0D) is known color: Verdun Green. HEX triplet: 51, 4C and 0D. RGB value is (81,76,13). Sum of RGB (Red+Green+Blue) = 81+76+13=170 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.65% from 170); Green value is 76 (30.08% from 255 or 44.71% from 170); Blue value is 13 (5.47% from 255 or 7.65% from 170); Max value from RGB is 81 - color contains mainly: red. Hex color #514C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514C0D is #AEB3F2. Grayscale: #464646. Windows color (decimal): -11449331 or 871505. OLE color: 871505.
HSL color Cylindrical-coordinate representation of color #514C0D: hue angle of 55.59º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #514C0D is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 76 | 13 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.68 |
| HSL | 55.59º | 0.72% | 0.18% | - |
| HSV(B) | 55.59º | 0.84% | 0.32% | - |
| XYZ | 6.05 | 6.95 | 1.4 | - |
| YUV | 70.31 | 95.66 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 76 | 13 | 0 | 0.06 | 0.84 | 0.68 | 55.59 | 0.72 | 0.18 |
| Hex | 51 | 4C | D | 0 | 6 | 54 | 44 | 38 | 48 | 12 |
| Octal | 121 | 114 | 15 | 0 | 6 | 124 | 104 | 70 | 110 | 22 |
| Binary | 1010001 | 1001100 | 1101 | 0 | 110 | 1010100 | 1000100 | 111000 | 1001000 | 10010 |
Color Harmonies of #514C0D
Complementary color
Monochromatic Colors of #514C0D
Black with #514C0D
Text Example
Text Example
White with #514C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514C0D; }
p { color: rgb(81,76,13); }
H1.HeaderClassName
{
color: #514C0D;
}
.AnyTagClassName
{
color: #514C0D;
}
</style>
background-color css
<style>
a { background-color: #514C0D; }
a { background-color: rgb(81,76,13); }
div.DivClassName
{
background-color: #514C0D;
}
.BgClassName
{
background-color: #514C0D;
}
</style>
border-color css
<style>
span { border-color: #514C0D; }
span { border-color: rgb(81,76,13); }
td.TdClassName
{
border-color: #514C0D;
}
.TagClassName
{
border-color: #514C0D;
}
</style>