Shades of Verdun Green #494E19
Tints of Verdun Green #494E19
RGB
CMYK
RGB Variations
Color information
#494E19 (or 0x494E19) is known color: Verdun Green. HEX triplet: 49, 4E and 19. RGB value is (73,78,25). Sum of RGB (Red+Green+Blue) = 73+78+25=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 78 (30.86% from 255 or 44.32% from 176); Blue value is 25 (10.16% from 255 or 14.20% from 176); Max value from RGB is 78 - color contains mainly: green. Hex color #494E19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #494E19 is #B6B1E6. Grayscale: #464646. Windows color (decimal): -11973095 or 1658441. OLE color: 1658441.
HSL color Cylindrical-coordinate representation of color #494E19: hue angle of 65.66º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #494E19 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 78 | 25 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.69 |
| HSL | 65.66º | 0.51% | 0.2% | - |
| HSV(B) | 65.66º | 0.68% | 0.31% | - |
| XYZ | 5.65 | 6.94 | 1.96 | - |
| YUV | 70.46 | 102.34 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 78 | 25 | 0.06 | 0 | 0.68 | 0.69 | 65.66 | 0.51 | 0.2 |
| Hex | 49 | 4E | 19 | 6 | 0 | 44 | 45 | 42 | 33 | 14 |
| Octal | 111 | 116 | 31 | 6 | 0 | 104 | 105 | 102 | 63 | 24 |
| Binary | 1001001 | 1001110 | 11001 | 110 | 0 | 1000100 | 1000101 | 1000010 | 110011 | 10100 |
Color Harmonies of #494E19
Complementary color
Monochromatic Colors of #494E19
Black with #494E19
Text Example
Text Example
White with #494E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494E19; }
p { color: rgb(73,78,25); }
H1.HeaderClassName
{
color: #494E19;
}
.AnyTagClassName
{
color: #494E19;
}
</style>
background-color css
<style>
a { background-color: #494E19; }
a { background-color: rgb(73,78,25); }
div.DivClassName
{
background-color: #494E19;
}
.BgClassName
{
background-color: #494E19;
}
</style>
border-color css
<style>
span { border-color: #494E19; }
span { border-color: rgb(73,78,25); }
td.TdClassName
{
border-color: #494E19;
}
.TagClassName
{
border-color: #494E19;
}
</style>