Shades of Verdun Green #514F04
Tints of Verdun Green #514F04
RGB
CMYK
RGB Variations
Color information
#514F04 (or 0x514F04) is known color: Verdun Green. HEX triplet: 51, 4F and 04. RGB value is (81,79,4). Sum of RGB (Red+Green+Blue) = 81+79+4=164 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.39% from 164); Green value is 79 (31.25% from 255 or 48.17% from 164); Blue value is 4 (1.95% from 255 or 2.44% from 164); Max value from RGB is 81 - color contains mainly: red. Hex color #514F04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514F04 is #AEB0FB. Grayscale: #474747. Windows color (decimal): -11448572 or 282449. OLE color: 282449.
HSL color Cylindrical-coordinate representation of color #514F04: hue angle of 58.44º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #514F04 is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 79 | 4 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.68 |
| HSL | 58.44º | 0.91% | 0.17% | - |
| HSV(B) | 58.44º | 0.95% | 0.32% | - |
| XYZ | 6.21 | 7.35 | 1.21 | - |
| YUV | 71.05 | 90.16 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 79 | 4 | 0 | 0.02 | 0.95 | 0.68 | 58.44 | 0.91 | 0.17 |
| Hex | 51 | 4F | 4 | 0 | 2 | 5F | 44 | 3A | 5B | 11 |
| Octal | 121 | 117 | 4 | 0 | 2 | 137 | 104 | 72 | 133 | 21 |
| Binary | 1010001 | 1001111 | 100 | 0 | 10 | 1011111 | 1000100 | 111010 | 1011011 | 10001 |
Color Harmonies of #514F04
Complementary color
Monochromatic Colors of #514F04
Black with #514F04
Text Example
Text Example
White with #514F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514F04; }
p { color: rgb(81,79,4); }
H1.HeaderClassName
{
color: #514F04;
}
.AnyTagClassName
{
color: #514F04;
}
</style>
background-color css
<style>
a { background-color: #514F04; }
a { background-color: rgb(81,79,4); }
div.DivClassName
{
background-color: #514F04;
}
.BgClassName
{
background-color: #514F04;
}
</style>
border-color css
<style>
span { border-color: #514F04; }
span { border-color: rgb(81,79,4); }
td.TdClassName
{
border-color: #514F04;
}
.TagClassName
{
border-color: #514F04;
}
</style>