Shades of Verdun Green #514F0B
Tints of Verdun Green #514F0B
RGB
CMYK
RGB Variations
Color information
#514F0B (or 0x514F0B) is known color: Verdun Green. HEX triplet: 51, 4F and 0B. RGB value is (81,79,11). Sum of RGB (Red+Green+Blue) = 81+79+11=171 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.37% from 171); Green value is 79 (31.25% from 255 or 46.20% from 171); Blue value is 11 (4.69% from 255 or 6.43% from 171); Max value from RGB is 81 - color contains mainly: red. Hex color #514F0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514F0B is #AEB0F4. Grayscale: #484848. Windows color (decimal): -11448565 or 741201. OLE color: 741201.
HSL color Cylindrical-coordinate representation of color #514F0B: hue angle of 58.29º 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 #514F0B is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 79 | 11 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.68 |
| HSL | 58.29º | 0.76% | 0.18% | - |
| HSV(B) | 58.29º | 0.86% | 0.32% | - |
| XYZ | 6.25 | 7.37 | 1.41 | - |
| YUV | 71.85 | 93.66 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 79 | 11 | 0 | 0.02 | 0.86 | 0.68 | 58.29 | 0.76 | 0.18 |
| Hex | 51 | 4F | B | 0 | 2 | 56 | 44 | 3A | 4C | 12 |
| Octal | 121 | 117 | 13 | 0 | 2 | 126 | 104 | 72 | 114 | 22 |
| Binary | 1010001 | 1001111 | 1011 | 0 | 10 | 1010110 | 1000100 | 111010 | 1001100 | 10010 |
Color Harmonies of #514F0B
Complementary color
Monochromatic Colors of #514F0B
Black with #514F0B
Text Example
Text Example
White with #514F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514F0B; }
p { color: rgb(81,79,11); }
H1.HeaderClassName
{
color: #514F0B;
}
.AnyTagClassName
{
color: #514F0B;
}
</style>
background-color css
<style>
a { background-color: #514F0B; }
a { background-color: rgb(81,79,11); }
div.DivClassName
{
background-color: #514F0B;
}
.BgClassName
{
background-color: #514F0B;
}
</style>
border-color css
<style>
span { border-color: #514F0B; }
span { border-color: rgb(81,79,11); }
td.TdClassName
{
border-color: #514F0B;
}
.TagClassName
{
border-color: #514F0B;
}
</style>