Shades of Verdun Green #515D13
Tints of Verdun Green #515D13
RGB
CMYK
RGB Variations
Color information
#515D13 (or 0x515D13) is known color: Verdun Green. HEX triplet: 51, 5D and 13. RGB value is (81,93,19). Sum of RGB (Red+Green+Blue) = 81+93+19=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 93 (36.72% from 255 or 48.19% from 193); Blue value is 19 (7.81% from 255 or 9.84% from 193); Max value from RGB is 93 - color contains mainly: green. Hex color #515D13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515D13 is #AEA2EC. Grayscale: #515151. Windows color (decimal): -11444973 or 1269073. OLE color: 1269073.
HSL color Cylindrical-coordinate representation of color #515D13: hue angle of 69.73º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #515D13 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 93 | 19 | - |
| CMYK | 0.13 | 0 | 0.80 | 0.64 |
| HSL | 69.73º | 0.66% | 0.22% | - |
| HSV(B) | 69.73º | 0.8% | 0.36% | - |
| XYZ | 7.43 | 9.63 | 2.08 | - |
| YUV | 80.98 | 93.02 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 93 | 19 | 0.13 | 0 | 0.80 | 0.64 | 69.73 | 0.66 | 0.22 |
| Hex | 51 | 5D | 13 | D | 0 | 50 | 40 | 46 | 42 | 16 |
| Octal | 121 | 135 | 23 | 15 | 0 | 120 | 100 | 106 | 102 | 26 |
| Binary | 1010001 | 1011101 | 10011 | 1101 | 0 | 1010000 | 1000000 | 1000110 | 1000010 | 10110 |
Color Harmonies of #515D13
Complementary color
Monochromatic Colors of #515D13
Black with #515D13
Text Example
Text Example
White with #515D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515D13; }
p { color: rgb(81,93,19); }
H1.HeaderClassName
{
color: #515D13;
}
.AnyTagClassName
{
color: #515D13;
}
</style>
background-color css
<style>
a { background-color: #515D13; }
a { background-color: rgb(81,93,19); }
div.DivClassName
{
background-color: #515D13;
}
.BgClassName
{
background-color: #515D13;
}
</style>
border-color css
<style>
span { border-color: #515D13; }
span { border-color: rgb(81,93,19); }
td.TdClassName
{
border-color: #515D13;
}
.TagClassName
{
border-color: #515D13;
}
</style>