Shades of Verdun Green #515D03
Tints of Verdun Green #515D03
RGB
CMYK
RGB Variations
Color information
#515D03 (or 0x515D03) is known color: Verdun Green. HEX triplet: 51, 5D and 03. RGB value is (81,93,3). Sum of RGB (Red+Green+Blue) = 81+93+3=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 93 (36.72% from 255 or 52.54% from 177); Blue value is 3 (1.56% from 255 or 1.69% from 177); Max value from RGB is 93 - color contains mainly: green. Hex color #515D03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515D03 is #AEA2FC. Grayscale: #4F4F4F. Windows color (decimal): -11444989 or 220497. OLE color: 220497.
HSL color Cylindrical-coordinate representation of color #515D03: hue angle of 68º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #515D03 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 93 | 3 | - |
| CMYK | 0.13 | 0 | 0.97 | 0.64 |
| HSL | 68º | 0.94% | 0.19% | - |
| HSV(B) | 68º | 0.97% | 0.36% | - |
| XYZ | 7.32 | 9.58 | 1.55 | - |
| YUV | 79.15 | 85.02 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 93 | 3 | 0.13 | 0 | 0.97 | 0.64 | 68 | 0.94 | 0.19 |
| Hex | 51 | 5D | 3 | D | 0 | 61 | 40 | 44 | 5E | 13 |
| Octal | 121 | 135 | 3 | 15 | 0 | 141 | 100 | 104 | 136 | 23 |
| Binary | 1010001 | 1011101 | 11 | 1101 | 0 | 1100001 | 1000000 | 1000100 | 1011110 | 10011 |
Color Harmonies of #515D03
Complementary color
Monochromatic Colors of #515D03
Black with #515D03
Text Example
Text Example
White with #515D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515D03; }
p { color: rgb(81,93,3); }
H1.HeaderClassName
{
color: #515D03;
}
.AnyTagClassName
{
color: #515D03;
}
</style>
background-color css
<style>
a { background-color: #515D03; }
a { background-color: rgb(81,93,3); }
div.DivClassName
{
background-color: #515D03;
}
.BgClassName
{
background-color: #515D03;
}
</style>
border-color css
<style>
span { border-color: #515D03; }
span { border-color: rgb(81,93,3); }
td.TdClassName
{
border-color: #515D03;
}
.TagClassName
{
border-color: #515D03;
}
</style>