Shades of Verdun Green #515100
Tints of Verdun Green #515100
RGB
CMYK
RGB Variations
Color information
#515100 (or 0x515100) is known color: Verdun Green. HEX triplet: 51, 51 and 00. RGB value is (81,81,0). Sum of RGB (Red+Green+Blue) = 81+81+0=162 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50% from 162); Green value is 81 (32.03% from 255 or 50% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 81 - color contains mainly: red, green. Hex color #515100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515100 is #AEAEFF. Grayscale: #484848. Windows color (decimal): -11448064 or 20817. OLE color: 20817.
HSL color Cylindrical-coordinate representation of color #515100: hue angle of 60º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #515100 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 81 | 0 | - |
| CMYK | 0 | 0 | 1 | 0.68 |
| HSL | 60º | 1% | 0.16% | - |
| HSV(B) | 60º | 1% | 0.32% | - |
| XYZ | 6.34 | 7.63 | 1.14 | - |
| YUV | 71.77 | 87.5 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 81 | 0 | 0 | 0 | 1 | 0.68 | 60 | 1 | 0.16 |
| Hex | 51 | 51 | 0 | 0 | 0 | 64 | 44 | 3C | 64 | 10 |
| Octal | 121 | 121 | 0 | 0 | 0 | 144 | 104 | 74 | 144 | 20 |
| Binary | 1010001 | 1010001 | 0 | 0 | 0 | 1100100 | 1000100 | 111100 | 1100100 | 10000 |
Color Harmonies of #515100
Complementary color
Monochromatic Colors of #515100
Black with #515100
Text Example
Text Example
White with #515100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515100; }
p { color: rgb(81,81,0); }
H1.HeaderClassName
{
color: #515100;
}
.AnyTagClassName
{
color: #515100;
}
</style>
background-color css
<style>
a { background-color: #515100; }
a { background-color: rgb(81,81,0); }
div.DivClassName
{
background-color: #515100;
}
.BgClassName
{
background-color: #515100;
}
</style>
border-color css
<style>
span { border-color: #515100; }
span { border-color: rgb(81,81,0); }
td.TdClassName
{
border-color: #515100;
}
.TagClassName
{
border-color: #515100;
}
</style>