Shades of Verdun Green #515205
Tints of Verdun Green #515205
RGB
CMYK
RGB Variations
Color information
#515205 (or 0x515205) is known color: Verdun Green. HEX triplet: 51, 52 and 05. RGB value is (81,82,5). Sum of RGB (Red+Green+Blue) = 81+82+5=168 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.21% from 168); Green value is 82 (32.42% from 255 or 48.81% from 168); Blue value is 5 (2.34% from 255 or 2.98% from 168); Max value from RGB is 82 - color contains mainly: green. Hex color #515205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515205 is #AEADFA. Grayscale: #494949. Windows color (decimal): -11447803 or 348753. OLE color: 348753.
HSL color Cylindrical-coordinate representation of color #515205: hue angle of 60.78º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #515205 is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 82 | 5 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.68 |
| HSL | 60.78º | 0.89% | 0.17% | - |
| HSV(B) | 60.78º | 0.94% | 0.32% | - |
| XYZ | 6.44 | 7.79 | 1.31 | - |
| YUV | 72.92 | 89.67 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 82 | 5 | 0.01 | 0 | 0.94 | 0.68 | 60.78 | 0.89 | 0.17 |
| Hex | 51 | 52 | 5 | 1 | 0 | 5E | 44 | 3D | 59 | 11 |
| Octal | 121 | 122 | 5 | 1 | 0 | 136 | 104 | 75 | 131 | 21 |
| Binary | 1010001 | 1010010 | 101 | 1 | 0 | 1011110 | 1000100 | 111101 | 1011001 | 10001 |
Color Harmonies of #515205
Complementary color
Monochromatic Colors of #515205
Black with #515205
Text Example
Text Example
White with #515205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515205; }
p { color: rgb(81,82,5); }
H1.HeaderClassName
{
color: #515205;
}
.AnyTagClassName
{
color: #515205;
}
</style>
background-color css
<style>
a { background-color: #515205; }
a { background-color: rgb(81,82,5); }
div.DivClassName
{
background-color: #515205;
}
.BgClassName
{
background-color: #515205;
}
</style>
border-color css
<style>
span { border-color: #515205; }
span { border-color: rgb(81,82,5); }
td.TdClassName
{
border-color: #515205;
}
.TagClassName
{
border-color: #515205;
}
</style>