Shades of Verdun Green #514D0B
Tints of Verdun Green #514D0B
RGB
CMYK
RGB Variations
Color information
#514D0B (or 0x514D0B) is known color: Verdun Green. HEX triplet: 51, 4D and 0B. RGB value is (81,77,11). Sum of RGB (Red+Green+Blue) = 81+77+11=169 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.93% from 169); Green value is 77 (30.47% from 255 or 45.56% from 169); Blue value is 11 (4.69% from 255 or 6.51% from 169); Max value from RGB is 81 - color contains mainly: red. Hex color #514D0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514D0B is #AEB2F4. Grayscale: #464646. Windows color (decimal): -11449077 or 740689. OLE color: 740689.
HSL color Cylindrical-coordinate representation of color #514D0B: hue angle of 56.57º 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 #514D0B is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 77 | 11 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.68 |
| HSL | 56.57º | 0.76% | 0.18% | - |
| HSV(B) | 56.57º | 0.86% | 0.32% | - |
| XYZ | 6.11 | 7.08 | 1.36 | - |
| YUV | 70.67 | 94.33 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 77 | 11 | 0 | 0.05 | 0.86 | 0.68 | 56.57 | 0.76 | 0.18 |
| Hex | 51 | 4D | B | 0 | 5 | 56 | 44 | 39 | 4C | 12 |
| Octal | 121 | 115 | 13 | 0 | 5 | 126 | 104 | 71 | 114 | 22 |
| Binary | 1010001 | 1001101 | 1011 | 0 | 101 | 1010110 | 1000100 | 111001 | 1001100 | 10010 |
Color Harmonies of #514D0B
Complementary color
Monochromatic Colors of #514D0B
Black with #514D0B
Text Example
Text Example
White with #514D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514D0B; }
p { color: rgb(81,77,11); }
H1.HeaderClassName
{
color: #514D0B;
}
.AnyTagClassName
{
color: #514D0B;
}
</style>
background-color css
<style>
a { background-color: #514D0B; }
a { background-color: rgb(81,77,11); }
div.DivClassName
{
background-color: #514D0B;
}
.BgClassName
{
background-color: #514D0B;
}
</style>
border-color css
<style>
span { border-color: #514D0B; }
span { border-color: rgb(81,77,11); }
td.TdClassName
{
border-color: #514D0B;
}
.TagClassName
{
border-color: #514D0B;
}
</style>