Shades of Verdun Green #506807
Tints of Verdun Green #506807
RGB
CMYK
RGB Variations
Color information
#506807 (or 0x506807) is known color: Verdun Green. HEX triplet: 50, 68 and 07. RGB value is (80,104,7). Sum of RGB (Red+Green+Blue) = 80+104+7=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 104 (41.02% from 255 or 54.45% from 191); Blue value is 7 (3.12% from 255 or 3.66% from 191); Max value from RGB is 104 - color contains mainly: green. Hex color #506807 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506807 is #AF97F8. Grayscale: #565656. Windows color (decimal): -11507705 or 485456. OLE color: 485456.
HSL color Cylindrical-coordinate representation of color #506807: hue angle of 74.85º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #506807 is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 104 | 7 | - |
| CMYK | 0.23 | 0 | 0.93 | 0.59 |
| HSL | 74.85º | 0.87% | 0.22% | - |
| HSV(B) | 74.85º | 0.93% | 0.41% | - |
| XYZ | 8.3 | 11.62 | 2.01 | - |
| YUV | 85.77 | 83.55 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 104 | 7 | 0.23 | 0 | 0.93 | 0.59 | 74.85 | 0.87 | 0.22 |
| Hex | 50 | 68 | 7 | 17 | 0 | 5D | 3B | 4B | 57 | 16 |
| Octal | 120 | 150 | 7 | 27 | 0 | 135 | 73 | 113 | 127 | 26 |
| Binary | 1010000 | 1101000 | 111 | 10111 | 0 | 1011101 | 111011 | 1001011 | 1010111 | 10110 |
Color Harmonies of #506807
Complementary color
Monochromatic Colors of #506807
Black with #506807
Text Example
Text Example
White with #506807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506807; }
p { color: rgb(80,104,7); }
H1.HeaderClassName
{
color: #506807;
}
.AnyTagClassName
{
color: #506807;
}
</style>
background-color css
<style>
a { background-color: #506807; }
a { background-color: rgb(80,104,7); }
div.DivClassName
{
background-color: #506807;
}
.BgClassName
{
background-color: #506807;
}
</style>
border-color css
<style>
span { border-color: #506807; }
span { border-color: rgb(80,104,7); }
td.TdClassName
{
border-color: #506807;
}
.TagClassName
{
border-color: #506807;
}
</style>