Shades of Verdun Green #515D10
Tints of Verdun Green #515D10
RGB
CMYK
RGB Variations
Color information
#515D10 (or 0x515D10) is known color: Verdun Green. HEX triplet: 51, 5D and 10. RGB value is (81,93,16). Sum of RGB (Red+Green+Blue) = 81+93+16=190 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.63% from 190); Green value is 93 (36.72% from 255 or 48.95% from 190); Blue value is 16 (6.64% from 255 or 8.42% from 190); Max value from RGB is 93 - color contains mainly: green. Hex color #515D10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515D10 is #AEA2EF. Grayscale: #505050. Windows color (decimal): -11444976 or 1072465. OLE color: 1072465.
HSL color Cylindrical-coordinate representation of color #515D10: hue angle of 69.35º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #515D10 is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 93 | 16 | - |
| CMYK | 0.13 | 0 | 0.83 | 0.64 |
| HSL | 69.35º | 0.71% | 0.21% | - |
| HSV(B) | 69.35º | 0.83% | 0.36% | - |
| XYZ | 7.4 | 9.62 | 1.96 | - |
| YUV | 80.63 | 91.52 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 93 | 16 | 0.13 | 0 | 0.83 | 0.64 | 69.35 | 0.71 | 0.21 |
| Hex | 51 | 5D | 10 | D | 0 | 53 | 40 | 45 | 47 | 15 |
| Octal | 121 | 135 | 20 | 15 | 0 | 123 | 100 | 105 | 107 | 25 |
| Binary | 1010001 | 1011101 | 10000 | 1101 | 0 | 1010011 | 1000000 | 1000101 | 1000111 | 10101 |
Color Harmonies of #515D10
Complementary color
Monochromatic Colors of #515D10
Black with #515D10
Text Example
Text Example
White with #515D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515D10; }
p { color: rgb(81,93,16); }
H1.HeaderClassName
{
color: #515D10;
}
.AnyTagClassName
{
color: #515D10;
}
</style>
background-color css
<style>
a { background-color: #515D10; }
a { background-color: rgb(81,93,16); }
div.DivClassName
{
background-color: #515D10;
}
.BgClassName
{
background-color: #515D10;
}
</style>
border-color css
<style>
span { border-color: #515D10; }
span { border-color: rgb(81,93,16); }
td.TdClassName
{
border-color: #515D10;
}
.TagClassName
{
border-color: #515D10;
}
</style>