Shades of Verdun Green #506206
Tints of Verdun Green #506206
RGB
CMYK
RGB Variations
Color information
#506206 (or 0x506206) is known color: Verdun Green. HEX triplet: 50, 62 and 06. RGB value is (80,98,6). Sum of RGB (Red+Green+Blue) = 80+98+6=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 98 (38.67% from 255 or 53.26% from 184); Blue value is 6 (2.73% from 255 or 3.26% from 184); Max value from RGB is 98 - color contains mainly: green. Hex color #506206 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506206 is #AF9DF9. Grayscale: #525252. Windows color (decimal): -11509242 or 418384. OLE color: 418384.
HSL color Cylindrical-coordinate representation of color #506206: hue angle of 71.74º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #506206 is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 98 | 6 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.62 |
| HSL | 71.74º | 0.88% | 0.2% | - |
| HSV(B) | 71.74º | 0.94% | 0.38% | - |
| XYZ | 7.71 | 10.45 | 1.78 | - |
| YUV | 82.13 | 85.04 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 98 | 6 | 0.18 | 0 | 0.94 | 0.62 | 71.74 | 0.88 | 0.2 |
| Hex | 50 | 62 | 6 | 12 | 0 | 5E | 3E | 48 | 58 | 14 |
| Octal | 120 | 142 | 6 | 22 | 0 | 136 | 76 | 110 | 130 | 24 |
| Binary | 1010000 | 1100010 | 110 | 10010 | 0 | 1011110 | 111110 | 1001000 | 1011000 | 10100 |
Color Harmonies of #506206
Complementary color
Monochromatic Colors of #506206
Black with #506206
Text Example
Text Example
White with #506206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506206; }
p { color: rgb(80,98,6); }
H1.HeaderClassName
{
color: #506206;
}
.AnyTagClassName
{
color: #506206;
}
</style>
background-color css
<style>
a { background-color: #506206; }
a { background-color: rgb(80,98,6); }
div.DivClassName
{
background-color: #506206;
}
.BgClassName
{
background-color: #506206;
}
</style>
border-color css
<style>
span { border-color: #506206; }
span { border-color: rgb(80,98,6); }
td.TdClassName
{
border-color: #506206;
}
.TagClassName
{
border-color: #506206;
}
</style>