Shades of Verdun Green #494A0D
Tints of Verdun Green #494A0D
RGB
CMYK
RGB Variations
Color information
#494A0D (or 0x494A0D) is known color: Verdun Green. HEX triplet: 49, 4A and 0D. RGB value is (73,74,13). Sum of RGB (Red+Green+Blue) = 73+74+13=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 74 (29.30% from 255 or 46.25% from 160); Blue value is 13 (5.47% from 255 or 8.12% from 160); Max value from RGB is 74 - color contains mainly: green. Hex color #494A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494A0D is #B6B5F2. Grayscale: #424242. Windows color (decimal): -11974131 or 870985. OLE color: 870985.
HSL color Cylindrical-coordinate representation of color #494A0D: hue angle of 60.98º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #494A0D is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 74 | 13 | - |
| CMYK | 0.01 | 0 | 0.82 | 0.71 |
| HSL | 60.98º | 0.7% | 0.17% | - |
| HSV(B) | 60.98º | 0.82% | 0.29% | - |
| XYZ | 5.27 | 6.34 | 1.33 | - |
| YUV | 66.75 | 97.67 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 74 | 13 | 0.01 | 0 | 0.82 | 0.71 | 60.98 | 0.7 | 0.17 |
| Hex | 49 | 4A | D | 1 | 0 | 52 | 47 | 3D | 46 | 11 |
| Octal | 111 | 112 | 15 | 1 | 0 | 122 | 107 | 75 | 106 | 21 |
| Binary | 1001001 | 1001010 | 1101 | 1 | 0 | 1010010 | 1000111 | 111101 | 1000110 | 10001 |
Color Harmonies of #494A0D
Complementary color
Monochromatic Colors of #494A0D
Black with #494A0D
Text Example
Text Example
White with #494A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494A0D; }
p { color: rgb(73,74,13); }
H1.HeaderClassName
{
color: #494A0D;
}
.AnyTagClassName
{
color: #494A0D;
}
</style>
background-color css
<style>
a { background-color: #494A0D; }
a { background-color: rgb(73,74,13); }
div.DivClassName
{
background-color: #494A0D;
}
.BgClassName
{
background-color: #494A0D;
}
</style>
border-color css
<style>
span { border-color: #494A0D; }
span { border-color: rgb(73,74,13); }
td.TdClassName
{
border-color: #494A0D;
}
.TagClassName
{
border-color: #494A0D;
}
</style>