Shades of Verdun Green #514E0B
Tints of Verdun Green #514E0B
RGB
CMYK
RGB Variations
Color information
#514E0B (or 0x514E0B) is known color: Verdun Green. HEX triplet: 51, 4E and 0B. RGB value is (81,78,11). Sum of RGB (Red+Green+Blue) = 81+78+11=170 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.65% from 170); Green value is 78 (30.86% from 255 or 45.88% from 170); Blue value is 11 (4.69% from 255 or 6.47% from 170); Max value from RGB is 81 - color contains mainly: red. Hex color #514E0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514E0B is #AEB1F4. Grayscale: #474747. Windows color (decimal): -11448821 or 740945. OLE color: 740945.
HSL color Cylindrical-coordinate representation of color #514E0B: hue angle of 57.43º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #514E0B is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 78 | 11 | - |
| CMYK | 0 | 0.04 | 0.86 | 0.68 |
| HSL | 57.43º | 0.76% | 0.18% | - |
| HSV(B) | 57.43º | 0.86% | 0.32% | - |
| XYZ | 6.18 | 7.22 | 1.39 | - |
| YUV | 71.26 | 93.99 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 11 | 0 | 0.04 | 0.86 | 0.68 | 57.43 | 0.76 | 0.18 |
| Hex | 51 | 4E | B | 0 | 4 | 56 | 44 | 39 | 4C | 12 |
| Octal | 121 | 116 | 13 | 0 | 4 | 126 | 104 | 71 | 114 | 22 |
| Binary | 1010001 | 1001110 | 1011 | 0 | 100 | 1010110 | 1000100 | 111001 | 1001100 | 10010 |
Color Harmonies of #514E0B
Complementary color
Monochromatic Colors of #514E0B
Black with #514E0B
Text Example
Text Example
White with #514E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514E0B; }
p { color: rgb(81,78,11); }
H1.HeaderClassName
{
color: #514E0B;
}
.AnyTagClassName
{
color: #514E0B;
}
</style>
background-color css
<style>
a { background-color: #514E0B; }
a { background-color: rgb(81,78,11); }
div.DivClassName
{
background-color: #514E0B;
}
.BgClassName
{
background-color: #514E0B;
}
</style>
border-color css
<style>
span { border-color: #514E0B; }
span { border-color: rgb(81,78,11); }
td.TdClassName
{
border-color: #514E0B;
}
.TagClassName
{
border-color: #514E0B;
}
</style>