Shades of Verdun Green #506619
Tints of Verdun Green #506619
RGB
CMYK
RGB Variations
Color information
#506619 (or 0x506619) is known color: Verdun Green. HEX triplet: 50, 66 and 19. RGB value is (80,102,25). Sum of RGB (Red+Green+Blue) = 80+102+25=207 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.65% from 207); Green value is 102 (40.23% from 255 or 49.28% from 207); Blue value is 25 (10.16% from 255 or 12.08% from 207); Max value from RGB is 102 - color contains mainly: green. Hex color #506619 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506619 is #AF99E6. Grayscale: #565656. Windows color (decimal): -11508199 or 1664592. OLE color: 1664592.
HSL color Cylindrical-coordinate representation of color #506619: hue angle of 77.14º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #506619 is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 80 | 102 | 25 | - |
| CMYK | 0.22 | 0 | 0.75 | 0.6 |
| HSL | 77.14º | 0.61% | 0.25% | - |
| HSV(B) | 77.14º | 0.75% | 0.4% | - |
| XYZ | 8.24 | 11.28 | 2.66 | - |
| YUV | 86.64 | 93.21 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 102 | 25 | 0.22 | 0 | 0.75 | 0.6 | 77.14 | 0.61 | 0.25 |
| Hex | 50 | 66 | 19 | 16 | 0 | 4B | 3C | 4D | 3D | 19 |
| Octal | 120 | 146 | 31 | 26 | 0 | 113 | 74 | 115 | 75 | 31 |
| Binary | 1010000 | 1100110 | 11001 | 10110 | 0 | 1001011 | 111100 | 1001101 | 111101 | 11001 |
Color Harmonies of #506619
Complementary color
Monochromatic Colors of #506619
Black with #506619
Text Example
Text Example
White with #506619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506619; }
p { color: rgb(80,102,25); }
H1.HeaderClassName
{
color: #506619;
}
.AnyTagClassName
{
color: #506619;
}
</style>
background-color css
<style>
a { background-color: #506619; }
a { background-color: rgb(80,102,25); }
div.DivClassName
{
background-color: #506619;
}
.BgClassName
{
background-color: #506619;
}
</style>
border-color css
<style>
span { border-color: #506619; }
span { border-color: rgb(80,102,25); }
td.TdClassName
{
border-color: #506619;
}
.TagClassName
{
border-color: #506619;
}
</style>