Shades of Verdun Green #497301
Tints of Verdun Green #497301
RGB
CMYK
RGB Variations
Color information
#497301 (or 0x497301) is known color: Verdun Green. HEX triplet: 49, 73 and 01. RGB value is (73,115,1). Sum of RGB (Red+Green+Blue) = 73+115+1=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 115 (45.31% from 255 or 60.85% from 189); Blue value is 1 (0.78% from 255 or 0.53% from 189); Max value from RGB is 115 - color contains mainly: green. Hex color #497301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497301 is #B68CFE. Grayscale: #595959. Windows color (decimal): -11963647 or 95049. OLE color: 95049.
HSL color Cylindrical-coordinate representation of color #497301: hue angle of 82.11º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #497301 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 115 | 1 | - |
| CMYK | 0.37 | 0 | 0.99 | 0.55 |
| HSL | 82.11º | 0.98% | 0.23% | - |
| HSV(B) | 82.11º | 0.99% | 0.45% | - |
| XYZ | 8.88 | 13.68 | 2.2 | - |
| YUV | 89.45 | 78.09 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 115 | 1 | 0.37 | 0 | 0.99 | 0.55 | 82.11 | 0.98 | 0.23 |
| Hex | 49 | 73 | 1 | 25 | 0 | 63 | 37 | 52 | 62 | 17 |
| Octal | 111 | 163 | 1 | 45 | 0 | 143 | 67 | 122 | 142 | 27 |
| Binary | 1001001 | 1110011 | 1 | 100101 | 0 | 1100011 | 110111 | 1010010 | 1100010 | 10111 |
Color Harmonies of #497301
Complementary color
Monochromatic Colors of #497301
Black with #497301
Text Example
Text Example
White with #497301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497301; }
p { color: rgb(73,115,1); }
H1.HeaderClassName
{
color: #497301;
}
.AnyTagClassName
{
color: #497301;
}
</style>
background-color css
<style>
a { background-color: #497301; }
a { background-color: rgb(73,115,1); }
div.DivClassName
{
background-color: #497301;
}
.BgClassName
{
background-color: #497301;
}
</style>
border-color css
<style>
span { border-color: #497301; }
span { border-color: rgb(73,115,1); }
td.TdClassName
{
border-color: #497301;
}
.TagClassName
{
border-color: #497301;
}
</style>