Shades of Verdun Green #515D14
Tints of Verdun Green #515D14
RGB
CMYK
RGB Variations
Color information
#515D14 (or 0x515D14) is known color: Verdun Green. HEX triplet: 51, 5D and 14. RGB value is (81,93,20). Sum of RGB (Red+Green+Blue) = 81+93+20=194 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.75% from 194); Green value is 93 (36.72% from 255 or 47.94% from 194); Blue value is 20 (8.20% from 255 or 10.31% from 194); Max value from RGB is 93 - color contains mainly: green. Hex color #515D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515D14 is #AEA2EB. Grayscale: #515151. Windows color (decimal): -11444972 or 1334609. OLE color: 1334609.
HSL color Cylindrical-coordinate representation of color #515D14: hue angle of 69.86º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #515D14 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 93 | 20 | - |
| CMYK | 0.13 | 0 | 0.78 | 0.64 |
| HSL | 69.86º | 0.65% | 0.22% | - |
| HSV(B) | 69.86º | 0.78% | 0.36% | - |
| XYZ | 7.43 | 9.63 | 2.13 | - |
| YUV | 81.09 | 93.52 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 93 | 20 | 0.13 | 0 | 0.78 | 0.64 | 69.86 | 0.65 | 0.22 |
| Hex | 51 | 5D | 14 | D | 0 | 4E | 40 | 46 | 41 | 16 |
| Octal | 121 | 135 | 24 | 15 | 0 | 116 | 100 | 106 | 101 | 26 |
| Binary | 1010001 | 1011101 | 10100 | 1101 | 0 | 1001110 | 1000000 | 1000110 | 1000001 | 10110 |
Color Harmonies of #515D14
Complementary color
Monochromatic Colors of #515D14
Black with #515D14
Text Example
Text Example
White with #515D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515D14; }
p { color: rgb(81,93,20); }
H1.HeaderClassName
{
color: #515D14;
}
.AnyTagClassName
{
color: #515D14;
}
</style>
background-color css
<style>
a { background-color: #515D14; }
a { background-color: rgb(81,93,20); }
div.DivClassName
{
background-color: #515D14;
}
.BgClassName
{
background-color: #515D14;
}
</style>
border-color css
<style>
span { border-color: #515D14; }
span { border-color: rgb(81,93,20); }
td.TdClassName
{
border-color: #515D14;
}
.TagClassName
{
border-color: #515D14;
}
</style>