Shades of Verdun Green #506605
Tints of Verdun Green #506605
RGB
CMYK
RGB Variations
Color information
#506605 (or 0x506605) is known color: Verdun Green. HEX triplet: 50, 66 and 05. RGB value is (80,102,5). Sum of RGB (Red+Green+Blue) = 80+102+5=187 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.78% from 187); Green value is 102 (40.23% from 255 or 54.55% from 187); Blue value is 5 (2.34% from 255 or 2.67% from 187); Max value from RGB is 102 - color contains mainly: green. Hex color #506605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506605 is #AF99FA. Grayscale: #545454. Windows color (decimal): -11508219 or 353872. OLE color: 353872.
HSL color Cylindrical-coordinate representation of color #506605: hue angle of 73.61º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #506605 is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 80 | 102 | 5 | - |
| CMYK | 0.22 | 0 | 0.95 | 0.6 |
| HSL | 73.61º | 0.91% | 0.21% | - |
| HSV(B) | 73.61º | 0.95% | 0.4% | - |
| XYZ | 8.09 | 11.22 | 1.88 | - |
| YUV | 84.36 | 83.21 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 102 | 5 | 0.22 | 0 | 0.95 | 0.6 | 73.61 | 0.91 | 0.21 |
| Hex | 50 | 66 | 5 | 16 | 0 | 5F | 3C | 4A | 5B | 15 |
| Octal | 120 | 146 | 5 | 26 | 0 | 137 | 74 | 112 | 133 | 25 |
| Binary | 1010000 | 1100110 | 101 | 10110 | 0 | 1011111 | 111100 | 1001010 | 1011011 | 10101 |
Color Harmonies of #506605
Complementary color
Monochromatic Colors of #506605
Black with #506605
Text Example
Text Example
White with #506605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506605; }
p { color: rgb(80,102,5); }
H1.HeaderClassName
{
color: #506605;
}
.AnyTagClassName
{
color: #506605;
}
</style>
background-color css
<style>
a { background-color: #506605; }
a { background-color: rgb(80,102,5); }
div.DivClassName
{
background-color: #506605;
}
.BgClassName
{
background-color: #506605;
}
</style>
border-color css
<style>
span { border-color: #506605; }
span { border-color: rgb(80,102,5); }
td.TdClassName
{
border-color: #506605;
}
.TagClassName
{
border-color: #506605;
}
</style>