Shades of Verdun Green #506805
Tints of Verdun Green #506805
RGB
CMYK
RGB Variations
Color information
#506805 (or 0x506805) is known color: Verdun Green. HEX triplet: 50, 68 and 05. RGB value is (80,104,5). Sum of RGB (Red+Green+Blue) = 80+104+5=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 104 (41.02% from 255 or 55.03% from 189); Blue value is 5 (2.34% from 255 or 2.65% from 189); Max value from RGB is 104 - color contains mainly: green. Hex color #506805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506805 is #AF97FA. Grayscale: #555555. Windows color (decimal): -11507707 or 354384. OLE color: 354384.
HSL color Cylindrical-coordinate representation of color #506805: hue angle of 74.55º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #506805 is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 104 | 5 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.59 |
| HSL | 74.55º | 0.91% | 0.21% | - |
| HSV(B) | 74.55º | 0.95% | 0.41% | - |
| XYZ | 8.29 | 11.62 | 1.95 | - |
| YUV | 85.54 | 82.55 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 104 | 5 | 0.23 | 0 | 0.95 | 0.59 | 74.55 | 0.91 | 0.21 |
| Hex | 50 | 68 | 5 | 17 | 0 | 5F | 3B | 4B | 5B | 15 |
| Octal | 120 | 150 | 5 | 27 | 0 | 137 | 73 | 113 | 133 | 25 |
| Binary | 1010000 | 1101000 | 101 | 10111 | 0 | 1011111 | 111011 | 1001011 | 1011011 | 10101 |
Color Harmonies of #506805
Complementary color
Monochromatic Colors of #506805
Black with #506805
Text Example
Text Example
White with #506805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506805; }
p { color: rgb(80,104,5); }
H1.HeaderClassName
{
color: #506805;
}
.AnyTagClassName
{
color: #506805;
}
</style>
background-color css
<style>
a { background-color: #506805; }
a { background-color: rgb(80,104,5); }
div.DivClassName
{
background-color: #506805;
}
.BgClassName
{
background-color: #506805;
}
</style>
border-color css
<style>
span { border-color: #506805; }
span { border-color: rgb(80,104,5); }
td.TdClassName
{
border-color: #506805;
}
.TagClassName
{
border-color: #506805;
}
</style>