Shades of Verdun Green #496700
Tints of Verdun Green #496700
RGB
CMYK
RGB Variations
Color information
#496700 (or 0x496700) is known color: Verdun Green. HEX triplet: 49, 67 and 00. RGB value is (73,103,0). Sum of RGB (Red+Green+Blue) = 73+103+0=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 103 (40.62% from 255 or 58.52% from 176); Blue value is 0 (0.39% from 255 or 0% from 176); Max value from RGB is 103 - color contains mainly: green. Hex color #496700 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496700 is #B698FF. Grayscale: #525252. Windows color (decimal): -11966720 or 26441. OLE color: 26441.
HSL color Cylindrical-coordinate representation of color #496700: hue angle of 77.48º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #496700 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 73 | 103 | 0 | - |
| CMYK | 0.29 | 0 | 1 | 0.60 |
| HSL | 77.48º | 1% | 0.2% | - |
| HSV(B) | 77.48º | 1% | 0.4% | - |
| XYZ | 7.6 | 11.12 | 1.75 | - |
| YUV | 82.29 | 81.56 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 103 | 0 | 0.29 | 0 | 1 | 0.60 | 77.48 | 1 | 0.2 |
| Hex | 49 | 67 | 0 | 1D | 0 | 64 | 3C | 4D | 64 | 14 |
| Octal | 111 | 147 | 0 | 35 | 0 | 144 | 74 | 115 | 144 | 24 |
| Binary | 1001001 | 1100111 | 0 | 11101 | 0 | 1100100 | 111100 | 1001101 | 1100100 | 10100 |
Color Harmonies of #496700
Complementary color
Monochromatic Colors of #496700
Black with #496700
Text Example
Text Example
White with #496700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496700; }
p { color: rgb(73,103,0); }
H1.HeaderClassName
{
color: #496700;
}
.AnyTagClassName
{
color: #496700;
}
</style>
background-color css
<style>
a { background-color: #496700; }
a { background-color: rgb(73,103,0); }
div.DivClassName
{
background-color: #496700;
}
.BgClassName
{
background-color: #496700;
}
</style>
border-color css
<style>
span { border-color: #496700; }
span { border-color: rgb(73,103,0); }
td.TdClassName
{
border-color: #496700;
}
.TagClassName
{
border-color: #496700;
}
</style>