Shades of Verdun Green #506813
Tints of Verdun Green #506813
RGB
CMYK
RGB Variations
Color information
#506813 (or 0x506813) is known color: Verdun Green. HEX triplet: 50, 68 and 13. RGB value is (80,104,19). Sum of RGB (Red+Green+Blue) = 80+104+19=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 104 (41.02% from 255 or 51.23% from 203); Blue value is 19 (7.81% from 255 or 9.36% from 203); Max value from RGB is 104 - color contains mainly: green. Hex color #506813 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506813 is #AF97EC. Grayscale: #575757. Windows color (decimal): -11507693 or 1271888. OLE color: 1271888.
HSL color Cylindrical-coordinate representation of color #506813: hue angle of 76.94º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #506813 is Cyan = 0.23, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 104 | 19 | - |
| CMYK | 0.23 | 0 | 0.82 | 0.59 |
| HSL | 76.94º | 0.69% | 0.24% | - |
| HSV(B) | 76.94º | 0.82% | 0.41% | - |
| XYZ | 8.38 | 11.65 | 2.42 | - |
| YUV | 87.13 | 89.55 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 104 | 19 | 0.23 | 0 | 0.82 | 0.59 | 76.94 | 0.69 | 0.24 |
| Hex | 50 | 68 | 13 | 17 | 0 | 52 | 3B | 4D | 45 | 18 |
| Octal | 120 | 150 | 23 | 27 | 0 | 122 | 73 | 115 | 105 | 30 |
| Binary | 1010000 | 1101000 | 10011 | 10111 | 0 | 1010010 | 111011 | 1001101 | 1000101 | 11000 |
Color Harmonies of #506813
Complementary color
Monochromatic Colors of #506813
Black with #506813
Text Example
Text Example
White with #506813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506813; }
p { color: rgb(80,104,19); }
H1.HeaderClassName
{
color: #506813;
}
.AnyTagClassName
{
color: #506813;
}
</style>
background-color css
<style>
a { background-color: #506813; }
a { background-color: rgb(80,104,19); }
div.DivClassName
{
background-color: #506813;
}
.BgClassName
{
background-color: #506813;
}
</style>
border-color css
<style>
span { border-color: #506813; }
span { border-color: rgb(80,104,19); }
td.TdClassName
{
border-color: #506813;
}
.TagClassName
{
border-color: #506813;
}
</style>