Shades of Verdun Green #496102
Tints of Verdun Green #496102
RGB
CMYK
RGB Variations
Color information
#496102 (or 0x496102) is known color: Verdun Green. HEX triplet: 49, 61 and 02. RGB value is (73,97,2). Sum of RGB (Red+Green+Blue) = 73+97+2=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 97 (38.28% from 255 or 56.40% from 172); Blue value is 2 (1.17% from 255 or 1.16% from 172); Max value from RGB is 97 - color contains mainly: green. Hex color #496102 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496102 is #B69EFD. Grayscale: #4F4F4F. Windows color (decimal): -11968254 or 155977. OLE color: 155977.
HSL color Cylindrical-coordinate representation of color #496102: hue angle of 75.16º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #496102 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 97 | 2 | - |
| CMYK | 0.25 | 0 | 0.98 | 0.62 |
| HSL | 75.16º | 0.96% | 0.19% | - |
| HSV(B) | 75.16º | 0.98% | 0.38% | - |
| XYZ | 7.03 | 9.97 | 1.61 | - |
| YUV | 78.99 | 84.55 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 97 | 2 | 0.25 | 0 | 0.98 | 0.62 | 75.16 | 0.96 | 0.19 |
| Hex | 49 | 61 | 2 | 19 | 0 | 62 | 3E | 4B | 60 | 13 |
| Octal | 111 | 141 | 2 | 31 | 0 | 142 | 76 | 113 | 140 | 23 |
| Binary | 1001001 | 1100001 | 10 | 11001 | 0 | 1100010 | 111110 | 1001011 | 1100000 | 10011 |
Color Harmonies of #496102
Complementary color
Monochromatic Colors of #496102
Black with #496102
Text Example
Text Example
White with #496102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496102; }
p { color: rgb(73,97,2); }
H1.HeaderClassName
{
color: #496102;
}
.AnyTagClassName
{
color: #496102;
}
</style>
background-color css
<style>
a { background-color: #496102; }
a { background-color: rgb(73,97,2); }
div.DivClassName
{
background-color: #496102;
}
.BgClassName
{
background-color: #496102;
}
</style>
border-color css
<style>
span { border-color: #496102; }
span { border-color: rgb(73,97,2); }
td.TdClassName
{
border-color: #496102;
}
.TagClassName
{
border-color: #496102;
}
</style>