Shades of Verdun Green #514F00
Tints of Verdun Green #514F00
RGB
CMYK
RGB Variations
Color information
#514F00 (or 0x514F00) is known color: Verdun Green. HEX triplet: 51, 4F and 00. RGB value is (81,79,0). Sum of RGB (Red+Green+Blue) = 81+79+0=160 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.62% from 160); Green value is 79 (31.25% from 255 or 49.38% from 160); Blue value is 0 (0.39% from 255 or 0% from 160); Max value from RGB is 81 - color contains mainly: red. Hex color #514F00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514F00 is #AEB0FF. Grayscale: #464646. Windows color (decimal): -11448576 or 20305. OLE color: 20305.
HSL color Cylindrical-coordinate representation of color #514F00: hue angle of 58.52º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #514F00 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 79 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.68 |
| HSL | 58.52º | 1% | 0.16% | - |
| HSV(B) | 58.52º | 1% | 0.32% | - |
| XYZ | 6.19 | 7.34 | 1.09 | - |
| YUV | 70.59 | 88.16 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 79 | 0 | 0 | 0.02 | 1 | 0.68 | 58.52 | 1 | 0.16 |
| Hex | 51 | 4F | 0 | 0 | 2 | 64 | 44 | 3B | 64 | 10 |
| Octal | 121 | 117 | 0 | 0 | 2 | 144 | 104 | 73 | 144 | 20 |
| Binary | 1010001 | 1001111 | 0 | 0 | 10 | 1100100 | 1000100 | 111011 | 1100100 | 10000 |
Color Harmonies of #514F00
Complementary color
Monochromatic Colors of #514F00
Black with #514F00
Text Example
Text Example
White with #514F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514F00; }
p { color: rgb(81,79,0); }
H1.HeaderClassName
{
color: #514F00;
}
.AnyTagClassName
{
color: #514F00;
}
</style>
background-color css
<style>
a { background-color: #514F00; }
a { background-color: rgb(81,79,0); }
div.DivClassName
{
background-color: #514F00;
}
.BgClassName
{
background-color: #514F00;
}
</style>
border-color css
<style>
span { border-color: #514F00; }
span { border-color: rgb(81,79,0); }
td.TdClassName
{
border-color: #514F00;
}
.TagClassName
{
border-color: #514F00;
}
</style>