Shades of Verdun Green #494B0E
Tints of Verdun Green #494B0E
RGB
CMYK
RGB Variations
Color information
#494B0E (or 0x494B0E) is known color: Verdun Green. HEX triplet: 49, 4B and 0E. RGB value is (73,75,14). Sum of RGB (Red+Green+Blue) = 73+75+14=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 75 (29.69% from 255 or 46.30% from 162); Blue value is 14 (5.86% from 255 or 8.64% from 162); Max value from RGB is 75 - color contains mainly: green. Hex color #494B0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494B0E is #B6B4F1. Grayscale: #434343. Windows color (decimal): -11973874 or 936777. OLE color: 936777.
HSL color Cylindrical-coordinate representation of color #494B0E: hue angle of 61.97º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #494B0E is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 75 | 14 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.71 |
| HSL | 61.97º | 0.69% | 0.17% | - |
| HSV(B) | 61.97º | 0.81% | 0.29% | - |
| XYZ | 5.34 | 6.48 | 1.38 | - |
| YUV | 67.45 | 97.84 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 75 | 14 | 0.03 | 0 | 0.81 | 0.71 | 61.97 | 0.69 | 0.17 |
| Hex | 49 | 4B | E | 3 | 0 | 51 | 47 | 3E | 45 | 11 |
| Octal | 111 | 113 | 16 | 3 | 0 | 121 | 107 | 76 | 105 | 21 |
| Binary | 1001001 | 1001011 | 1110 | 11 | 0 | 1010001 | 1000111 | 111110 | 1000101 | 10001 |
Color Harmonies of #494B0E
Complementary color
Monochromatic Colors of #494B0E
Black with #494B0E
Text Example
Text Example
White with #494B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494B0E; }
p { color: rgb(73,75,14); }
H1.HeaderClassName
{
color: #494B0E;
}
.AnyTagClassName
{
color: #494B0E;
}
</style>
background-color css
<style>
a { background-color: #494B0E; }
a { background-color: rgb(73,75,14); }
div.DivClassName
{
background-color: #494B0E;
}
.BgClassName
{
background-color: #494B0E;
}
</style>
border-color css
<style>
span { border-color: #494B0E; }
span { border-color: rgb(73,75,14); }
td.TdClassName
{
border-color: #494B0E;
}
.TagClassName
{
border-color: #494B0E;
}
</style>