Shades of Verdun Green #494A10
Tints of Verdun Green #494A10
RGB
CMYK
RGB Variations
Color information
#494A10 (or 0x494A10) is known color: Verdun Green. HEX triplet: 49, 4A and 10. RGB value is (73,74,16). Sum of RGB (Red+Green+Blue) = 73+74+16=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 74 (29.30% from 255 or 45.40% from 163); Blue value is 16 (6.64% from 255 or 9.82% from 163); Max value from RGB is 74 - color contains mainly: green. Hex color #494A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494A10 is #B6B5EF. Grayscale: #434343. Windows color (decimal): -11974128 or 1067593. OLE color: 1067593.
HSL color Cylindrical-coordinate representation of color #494A10: hue angle of 61.03º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #494A10 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 74 | 16 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.71 |
| HSL | 61.03º | 0.64% | 0.18% | - |
| HSV(B) | 61.03º | 0.78% | 0.29% | - |
| XYZ | 5.29 | 6.35 | 1.44 | - |
| YUV | 67.09 | 99.17 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 74 | 16 | 0.01 | 0 | 0.78 | 0.71 | 61.03 | 0.64 | 0.18 |
| Hex | 49 | 4A | 10 | 1 | 0 | 4E | 47 | 3D | 40 | 12 |
| Octal | 111 | 112 | 20 | 1 | 0 | 116 | 107 | 75 | 100 | 22 |
| Binary | 1001001 | 1001010 | 10000 | 1 | 0 | 1001110 | 1000111 | 111101 | 1000000 | 10010 |
Color Harmonies of #494A10
Complementary color
Monochromatic Colors of #494A10
Black with #494A10
Text Example
Text Example
White with #494A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494A10; }
p { color: rgb(73,74,16); }
H1.HeaderClassName
{
color: #494A10;
}
.AnyTagClassName
{
color: #494A10;
}
</style>
background-color css
<style>
a { background-color: #494A10; }
a { background-color: rgb(73,74,16); }
div.DivClassName
{
background-color: #494A10;
}
.BgClassName
{
background-color: #494A10;
}
</style>
border-color css
<style>
span { border-color: #494A10; }
span { border-color: rgb(73,74,16); }
td.TdClassName
{
border-color: #494A10;
}
.TagClassName
{
border-color: #494A10;
}
</style>