Shades of Verdun Green #514F0F
Tints of Verdun Green #514F0F
RGB
CMYK
RGB Variations
Color information
#514F0F (or 0x514F0F) is known color: Verdun Green. HEX triplet: 51, 4F and 0F. RGB value is (81,79,15). Sum of RGB (Red+Green+Blue) = 81+79+15=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 79 (31.25% from 255 or 45.14% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 81 - color contains mainly: red. Hex color #514F0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514F0F is #AEB0F0. Grayscale: #484848. Windows color (decimal): -11448561 or 1003345. OLE color: 1003345.
HSL color Cylindrical-coordinate representation of color #514F0F: hue angle of 58.18º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #514F0F is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 79 | 15 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.68 |
| HSL | 58.18º | 0.69% | 0.19% | - |
| HSV(B) | 58.18º | 0.81% | 0.32% | - |
| XYZ | 6.28 | 7.38 | 1.54 | - |
| YUV | 72.3 | 95.66 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 79 | 15 | 0 | 0.02 | 0.81 | 0.68 | 58.18 | 0.69 | 0.19 |
| Hex | 51 | 4F | F | 0 | 2 | 51 | 44 | 3A | 45 | 13 |
| Octal | 121 | 117 | 17 | 0 | 2 | 121 | 104 | 72 | 105 | 23 |
| Binary | 1010001 | 1001111 | 1111 | 0 | 10 | 1010001 | 1000100 | 111010 | 1000101 | 10011 |
Color Harmonies of #514F0F
Complementary color
Monochromatic Colors of #514F0F
Black with #514F0F
Text Example
Text Example
White with #514F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514F0F; }
p { color: rgb(81,79,15); }
H1.HeaderClassName
{
color: #514F0F;
}
.AnyTagClassName
{
color: #514F0F;
}
</style>
background-color css
<style>
a { background-color: #514F0F; }
a { background-color: rgb(81,79,15); }
div.DivClassName
{
background-color: #514F0F;
}
.BgClassName
{
background-color: #514F0F;
}
</style>
border-color css
<style>
span { border-color: #514F0F; }
span { border-color: rgb(81,79,15); }
td.TdClassName
{
border-color: #514F0F;
}
.TagClassName
{
border-color: #514F0F;
}
</style>