Shades of Verdun Green #515200
Tints of Verdun Green #515200
RGB
CMYK
RGB Variations
Color information
#515200 (or 0x515200) is known color: Verdun Green. HEX triplet: 51, 52 and 00. RGB value is (81,82,0). Sum of RGB (Red+Green+Blue) = 81+82+0=163 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.69% from 163); Green value is 82 (32.42% from 255 or 50.31% from 163); Blue value is 0 (0.39% from 255 or 0% from 163); Max value from RGB is 82 - color contains mainly: green. Hex color #515200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515200 is #AEADFF. Grayscale: #484848. Windows color (decimal): -11447808 or 21073. OLE color: 21073.
HSL color Cylindrical-coordinate representation of color #515200: hue angle of 60.73º 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 #515200 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 82 | 0 | - |
| CMYK | 0.01 | 0 | 1 | 0.68 |
| HSL | 60.73º | 1% | 0.16% | - |
| HSV(B) | 60.73º | 1% | 0.32% | - |
| XYZ | 6.41 | 7.78 | 1.16 | - |
| YUV | 72.35 | 87.17 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 82 | 0 | 0.01 | 0 | 1 | 0.68 | 60.73 | 1 | 0.16 |
| Hex | 51 | 52 | 0 | 1 | 0 | 64 | 44 | 3D | 64 | 10 |
| Octal | 121 | 122 | 0 | 1 | 0 | 144 | 104 | 75 | 144 | 20 |
| Binary | 1010001 | 1010010 | 0 | 1 | 0 | 1100100 | 1000100 | 111101 | 1100100 | 10000 |
Color Harmonies of #515200
Complementary color
Monochromatic Colors of #515200
Black with #515200
Text Example
Text Example
White with #515200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515200; }
p { color: rgb(81,82,0); }
H1.HeaderClassName
{
color: #515200;
}
.AnyTagClassName
{
color: #515200;
}
</style>
background-color css
<style>
a { background-color: #515200; }
a { background-color: rgb(81,82,0); }
div.DivClassName
{
background-color: #515200;
}
.BgClassName
{
background-color: #515200;
}
</style>
border-color css
<style>
span { border-color: #515200; }
span { border-color: rgb(81,82,0); }
td.TdClassName
{
border-color: #515200;
}
.TagClassName
{
border-color: #515200;
}
</style>