Shades of Verdun Green #496902
Tints of Verdun Green #496902
RGB
CMYK
RGB Variations
Color information
#496902 (or 0x496902) is known color: Verdun Green. HEX triplet: 49, 69 and 02. RGB value is (73,105,2). Sum of RGB (Red+Green+Blue) = 73+105+2=180 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.56% from 180); Green value is 105 (41.41% from 255 or 58.33% from 180); Blue value is 2 (1.17% from 255 or 1.11% from 180); Max value from RGB is 105 - color contains mainly: green. Hex color #496902 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496902 is #B696FD. Grayscale: #545454. Windows color (decimal): -11966206 or 158025. OLE color: 158025.
HSL color Cylindrical-coordinate representation of color #496902: hue angle of 78.64º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #496902 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 73 | 105 | 2 | - |
| CMYK | 0.30 | 0 | 0.98 | 0.59 |
| HSL | 78.64º | 0.96% | 0.21% | - |
| HSV(B) | 78.64º | 0.98% | 0.41% | - |
| XYZ | 7.81 | 11.52 | 1.87 | - |
| YUV | 83.69 | 81.9 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 105 | 2 | 0.30 | 0 | 0.98 | 0.59 | 78.64 | 0.96 | 0.21 |
| Hex | 49 | 69 | 2 | 1E | 0 | 62 | 3B | 4F | 60 | 15 |
| Octal | 111 | 151 | 2 | 36 | 0 | 142 | 73 | 117 | 140 | 25 |
| Binary | 1001001 | 1101001 | 10 | 11110 | 0 | 1100010 | 111011 | 1001111 | 1100000 | 10101 |
Color Harmonies of #496902
Complementary color
Monochromatic Colors of #496902
Black with #496902
Text Example
Text Example
White with #496902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496902; }
p { color: rgb(73,105,2); }
H1.HeaderClassName
{
color: #496902;
}
.AnyTagClassName
{
color: #496902;
}
</style>
background-color css
<style>
a { background-color: #496902; }
a { background-color: rgb(73,105,2); }
div.DivClassName
{
background-color: #496902;
}
.BgClassName
{
background-color: #496902;
}
</style>
border-color css
<style>
span { border-color: #496902; }
span { border-color: rgb(73,105,2); }
td.TdClassName
{
border-color: #496902;
}
.TagClassName
{
border-color: #496902;
}
</style>