Shades of Verdun Green #494F15
Tints of Verdun Green #494F15
RGB
CMYK
RGB Variations
Color information
#494F15 (or 0x494F15) is known color: Verdun Green. HEX triplet: 49, 4F and 15. RGB value is (73,79,21). Sum of RGB (Red+Green+Blue) = 73+79+21=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 79 (31.25% from 255 or 45.66% from 173); Blue value is 21 (8.59% from 255 or 12.14% from 173); Max value from RGB is 79 - color contains mainly: green. Hex color #494F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #494F15 is #B6B0EA. Grayscale: #464646. Windows color (decimal): -11972843 or 1396553. OLE color: 1396553.
HSL color Cylindrical-coordinate representation of color #494F15: hue angle of 66.21º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #494F15 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 79 | 21 | - |
| CMYK | 0.08 | 0 | 0.73 | 0.69 |
| HSL | 66.21º | 0.58% | 0.2% | - |
| HSV(B) | 66.21º | 0.73% | 0.31% | - |
| XYZ | 5.68 | 7.06 | 1.77 | - |
| YUV | 70.59 | 100.01 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 79 | 21 | 0.08 | 0 | 0.73 | 0.69 | 66.21 | 0.58 | 0.2 |
| Hex | 49 | 4F | 15 | 8 | 0 | 49 | 45 | 42 | 3A | 14 |
| Octal | 111 | 117 | 25 | 10 | 0 | 111 | 105 | 102 | 72 | 24 |
| Binary | 1001001 | 1001111 | 10101 | 1000 | 0 | 1001001 | 1000101 | 1000010 | 111010 | 10100 |
Color Harmonies of #494F15
Complementary color
Monochromatic Colors of #494F15
Black with #494F15
Text Example
Text Example
White with #494F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494F15; }
p { color: rgb(73,79,21); }
H1.HeaderClassName
{
color: #494F15;
}
.AnyTagClassName
{
color: #494F15;
}
</style>
background-color css
<style>
a { background-color: #494F15; }
a { background-color: rgb(73,79,21); }
div.DivClassName
{
background-color: #494F15;
}
.BgClassName
{
background-color: #494F15;
}
</style>
border-color css
<style>
span { border-color: #494F15; }
span { border-color: rgb(73,79,21); }
td.TdClassName
{
border-color: #494F15;
}
.TagClassName
{
border-color: #494F15;
}
</style>