Shades of Verdun Green #505206
Tints of Verdun Green #505206
RGB
CMYK
RGB Variations
Color information
#505206 (or 0x505206) is known color: Verdun Green. HEX triplet: 50, 52 and 06. RGB value is (80,82,6). Sum of RGB (Red+Green+Blue) = 80+82+6=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 82 (32.42% from 255 or 48.81% from 168); Blue value is 6 (2.73% from 255 or 3.57% from 168); Max value from RGB is 82 - color contains mainly: green. Hex color #505206 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505206 is #AFADF9. Grayscale: #494949. Windows color (decimal): -11513338 or 414288. OLE color: 414288.
HSL color Cylindrical-coordinate representation of color #505206: hue angle of 61.58º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #505206 is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 80 | 82 | 6 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.68 |
| HSL | 61.58º | 0.86% | 0.17% | - |
| HSV(B) | 61.58º | 0.93% | 0.32% | - |
| XYZ | 6.36 | 7.75 | 1.33 | - |
| YUV | 72.74 | 90.34 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 82 | 6 | 0.02 | 0 | 0.93 | 0.68 | 61.58 | 0.86 | 0.17 |
| Hex | 50 | 52 | 6 | 2 | 0 | 5D | 44 | 3E | 56 | 11 |
| Octal | 120 | 122 | 6 | 2 | 0 | 135 | 104 | 76 | 126 | 21 |
| Binary | 1010000 | 1010010 | 110 | 10 | 0 | 1011101 | 1000100 | 111110 | 1010110 | 10001 |
Color Harmonies of #505206
Complementary color
Monochromatic Colors of #505206
Black with #505206
Text Example
Text Example
White with #505206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505206; }
p { color: rgb(80,82,6); }
H1.HeaderClassName
{
color: #505206;
}
.AnyTagClassName
{
color: #505206;
}
</style>
background-color css
<style>
a { background-color: #505206; }
a { background-color: rgb(80,82,6); }
div.DivClassName
{
background-color: #505206;
}
.BgClassName
{
background-color: #505206;
}
</style>
border-color css
<style>
span { border-color: #505206; }
span { border-color: rgb(80,82,6); }
td.TdClassName
{
border-color: #505206;
}
.TagClassName
{
border-color: #505206;
}
</style>