Shades of Verdun Green #515D02
Tints of Verdun Green #515D02
RGB
CMYK
RGB Variations
Color information
#515D02 (or 0x515D02) is known color: Verdun Green. HEX triplet: 51, 5D and 02. RGB value is (81,93,2). Sum of RGB (Red+Green+Blue) = 81+93+2=176 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.02% from 176); Green value is 93 (36.72% from 255 or 52.84% from 176); Blue value is 2 (1.17% from 255 or 1.14% from 176); Max value from RGB is 93 - color contains mainly: green. Hex color #515D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515D02 is #AEA2FD. Grayscale: #4F4F4F. Windows color (decimal): -11444990 or 154961. OLE color: 154961.
HSL color Cylindrical-coordinate representation of color #515D02: hue angle of 67.91º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #515D02 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 93 | 2 | - |
| CMYK | 0.13 | 0 | 0.98 | 0.64 |
| HSL | 67.91º | 0.96% | 0.19% | - |
| HSV(B) | 67.91º | 0.98% | 0.36% | - |
| XYZ | 7.32 | 9.58 | 1.52 | - |
| YUV | 79.04 | 84.52 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 93 | 2 | 0.13 | 0 | 0.98 | 0.64 | 67.91 | 0.96 | 0.19 |
| Hex | 51 | 5D | 2 | D | 0 | 62 | 40 | 44 | 60 | 13 |
| Octal | 121 | 135 | 2 | 15 | 0 | 142 | 100 | 104 | 140 | 23 |
| Binary | 1010001 | 1011101 | 10 | 1101 | 0 | 1100010 | 1000000 | 1000100 | 1100000 | 10011 |
Color Harmonies of #515D02
Complementary color
Monochromatic Colors of #515D02
Black with #515D02
Text Example
Text Example
White with #515D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515D02; }
p { color: rgb(81,93,2); }
H1.HeaderClassName
{
color: #515D02;
}
.AnyTagClassName
{
color: #515D02;
}
</style>
background-color css
<style>
a { background-color: #515D02; }
a { background-color: rgb(81,93,2); }
div.DivClassName
{
background-color: #515D02;
}
.BgClassName
{
background-color: #515D02;
}
</style>
border-color css
<style>
span { border-color: #515D02; }
span { border-color: rgb(81,93,2); }
td.TdClassName
{
border-color: #515D02;
}
.TagClassName
{
border-color: #515D02;
}
</style>