Shades of Verdun Green #514D02
Tints of Verdun Green #514D02
RGB
CMYK
RGB Variations
Color information
#514D02 (or 0x514D02) is known color: Verdun Green. HEX triplet: 51, 4D and 02. RGB value is (81,77,2). Sum of RGB (Red+Green+Blue) = 81+77+2=160 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.62% from 160); Green value is 77 (30.47% from 255 or 48.12% from 160); Blue value is 2 (1.17% from 255 or 1.25% from 160); Max value from RGB is 81 - color contains mainly: red. Hex color #514D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514D02 is #AEB2FD. Grayscale: #454545. Windows color (decimal): -11449086 or 150865. OLE color: 150865.
HSL color Cylindrical-coordinate representation of color #514D02: hue angle of 56.96º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #514D02 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 77 | 2 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.68 |
| HSL | 56.96º | 0.95% | 0.16% | - |
| HSV(B) | 56.96º | 0.98% | 0.32% | - |
| XYZ | 6.06 | 7.06 | 1.1 | - |
| YUV | 69.65 | 89.83 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 77 | 2 | 0 | 0.05 | 0.98 | 0.68 | 56.96 | 0.95 | 0.16 |
| Hex | 51 | 4D | 2 | 0 | 5 | 62 | 44 | 39 | 5F | 10 |
| Octal | 121 | 115 | 2 | 0 | 5 | 142 | 104 | 71 | 137 | 20 |
| Binary | 1010001 | 1001101 | 10 | 0 | 101 | 1100010 | 1000100 | 111001 | 1011111 | 10000 |
Color Harmonies of #514D02
Complementary color
Monochromatic Colors of #514D02
Black with #514D02
Text Example
Text Example
White with #514D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514D02; }
p { color: rgb(81,77,2); }
H1.HeaderClassName
{
color: #514D02;
}
.AnyTagClassName
{
color: #514D02;
}
</style>
background-color css
<style>
a { background-color: #514D02; }
a { background-color: rgb(81,77,2); }
div.DivClassName
{
background-color: #514D02;
}
.BgClassName
{
background-color: #514D02;
}
</style>
border-color css
<style>
span { border-color: #514D02; }
span { border-color: rgb(81,77,2); }
td.TdClassName
{
border-color: #514D02;
}
.TagClassName
{
border-color: #514D02;
}
</style>