Shades of Verdun Green #496A04
Tints of Verdun Green #496A04
RGB
CMYK
RGB Variations
Color information
#496A04 (or 0x496A04) is known color: Verdun Green. HEX triplet: 49, 6A and 04. RGB value is (73,106,4). Sum of RGB (Red+Green+Blue) = 73+106+4=183 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.89% from 183); Green value is 106 (41.80% from 255 or 57.92% from 183); Blue value is 4 (1.95% from 255 or 2.19% from 183); Max value from RGB is 106 - color contains mainly: green. Hex color #496A04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496A04 is #B695FB. Grayscale: #545454. Windows color (decimal): -11965948 or 289353. OLE color: 289353.
HSL color Cylindrical-coordinate representation of color #496A04: hue angle of 79.41º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #496A04 is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 106 | 4 | - |
| CMYK | 0.31 | 0 | 0.96 | 0.58 |
| HSL | 79.41º | 0.93% | 0.22% | - |
| HSV(B) | 79.41º | 0.96% | 0.42% | - |
| XYZ | 7.92 | 11.73 | 1.96 | - |
| YUV | 84.51 | 82.57 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 106 | 4 | 0.31 | 0 | 0.96 | 0.58 | 79.41 | 0.93 | 0.22 |
| Hex | 49 | 6A | 4 | 1F | 0 | 60 | 3A | 4F | 5D | 16 |
| Octal | 111 | 152 | 4 | 37 | 0 | 140 | 72 | 117 | 135 | 26 |
| Binary | 1001001 | 1101010 | 100 | 11111 | 0 | 1100000 | 111010 | 1001111 | 1011101 | 10110 |
Color Harmonies of #496A04
Complementary color
Monochromatic Colors of #496A04
Black with #496A04
Text Example
Text Example
White with #496A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496A04; }
p { color: rgb(73,106,4); }
H1.HeaderClassName
{
color: #496A04;
}
.AnyTagClassName
{
color: #496A04;
}
</style>
background-color css
<style>
a { background-color: #496A04; }
a { background-color: rgb(73,106,4); }
div.DivClassName
{
background-color: #496A04;
}
.BgClassName
{
background-color: #496A04;
}
</style>
border-color css
<style>
span { border-color: #496A04; }
span { border-color: rgb(73,106,4); }
td.TdClassName
{
border-color: #496A04;
}
.TagClassName
{
border-color: #496A04;
}
</style>