Shades of Verdun Green #496701
Tints of Verdun Green #496701
RGB
CMYK
RGB Variations
Color information
#496701 (or 0x496701) is known color: Verdun Green. HEX triplet: 49, 67 and 01. RGB value is (73,103,1). Sum of RGB (Red+Green+Blue) = 73+103+1=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 103 (40.62% from 255 or 58.19% from 177); Blue value is 1 (0.78% from 255 or 0.56% from 177); Max value from RGB is 103 - color contains mainly: green. Hex color #496701 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496701 is #B698FE. Grayscale: #525252. Windows color (decimal): -11966719 or 91977. OLE color: 91977.
HSL color Cylindrical-coordinate representation of color #496701: hue angle of 77.65º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #496701 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 73 | 103 | 1 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.60 |
| HSL | 77.65º | 0.98% | 0.2% | - |
| HSV(B) | 77.65º | 0.99% | 0.4% | - |
| XYZ | 7.6 | 11.12 | 1.77 | - |
| YUV | 82.4 | 82.06 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 103 | 1 | 0.29 | 0 | 0.99 | 0.60 | 77.65 | 0.98 | 0.2 |
| Hex | 49 | 67 | 1 | 1D | 0 | 63 | 3C | 4E | 62 | 14 |
| Octal | 111 | 147 | 1 | 35 | 0 | 143 | 74 | 116 | 142 | 24 |
| Binary | 1001001 | 1100111 | 1 | 11101 | 0 | 1100011 | 111100 | 1001110 | 1100010 | 10100 |
Color Harmonies of #496701
Complementary color
Monochromatic Colors of #496701
Black with #496701
Text Example
Text Example
White with #496701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496701; }
p { color: rgb(73,103,1); }
H1.HeaderClassName
{
color: #496701;
}
.AnyTagClassName
{
color: #496701;
}
</style>
background-color css
<style>
a { background-color: #496701; }
a { background-color: rgb(73,103,1); }
div.DivClassName
{
background-color: #496701;
}
.BgClassName
{
background-color: #496701;
}
</style>
border-color css
<style>
span { border-color: #496701; }
span { border-color: rgb(73,103,1); }
td.TdClassName
{
border-color: #496701;
}
.TagClassName
{
border-color: #496701;
}
</style>