Shades of Verdun Green #506909
Tints of Verdun Green #506909
RGB
CMYK
RGB Variations
Color information
#506909 (or 0x506909) is known color: Verdun Green. HEX triplet: 50, 69 and 09. RGB value is (80,105,9). Sum of RGB (Red+Green+Blue) = 80+105+9=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 105 (41.41% from 255 or 54.12% from 194); Blue value is 9 (3.91% from 255 or 4.64% from 194); Max value from RGB is 105 - color contains mainly: green. Hex color #506909 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506909 is #AF96F6. Grayscale: #565656. Windows color (decimal): -11507447 or 616784. OLE color: 616784.
HSL color Cylindrical-coordinate representation of color #506909: hue angle of 75.63º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #506909 is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 105 | 9 | - |
| CMYK | 0.24 | 0 | 0.91 | 0.59 |
| HSL | 75.63º | 0.84% | 0.22% | - |
| HSV(B) | 75.63º | 0.91% | 0.41% | - |
| XYZ | 8.41 | 11.83 | 2.1 | - |
| YUV | 86.58 | 84.22 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 105 | 9 | 0.24 | 0 | 0.91 | 0.59 | 75.63 | 0.84 | 0.22 |
| Hex | 50 | 69 | 9 | 18 | 0 | 5B | 3B | 4C | 54 | 16 |
| Octal | 120 | 151 | 11 | 30 | 0 | 133 | 73 | 114 | 124 | 26 |
| Binary | 1010000 | 1101001 | 1001 | 11000 | 0 | 1011011 | 111011 | 1001100 | 1010100 | 10110 |
Color Harmonies of #506909
Complementary color
Monochromatic Colors of #506909
Black with #506909
Text Example
Text Example
White with #506909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506909; }
p { color: rgb(80,105,9); }
H1.HeaderClassName
{
color: #506909;
}
.AnyTagClassName
{
color: #506909;
}
</style>
background-color css
<style>
a { background-color: #506909; }
a { background-color: rgb(80,105,9); }
div.DivClassName
{
background-color: #506909;
}
.BgClassName
{
background-color: #506909;
}
</style>
border-color css
<style>
span { border-color: #506909; }
span { border-color: rgb(80,105,9); }
td.TdClassName
{
border-color: #506909;
}
.TagClassName
{
border-color: #506909;
}
</style>