Shades of Verdun Green #494701
Tints of Verdun Green #494701
RGB
CMYK
RGB Variations
Color information
#494701 (or 0x494701) is known color: Verdun Green. HEX triplet: 49, 47 and 01. RGB value is (73,71,1). Sum of RGB (Red+Green+Blue) = 73+71+1=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 71 (28.12% from 255 or 48.97% from 145); Blue value is 1 (0.78% from 255 or 0.69% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #494701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494701 is #B6B8FE. Grayscale: #3F3F3F. Windows color (decimal): -11974911 or 83785. OLE color: 83785.
HSL color Cylindrical-coordinate representation of color #494701: hue angle of 58.33º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #494701 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 71 | 1 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.71 |
| HSL | 58.33º | 0.97% | 0.15% | - |
| HSV(B) | 58.33º | 0.99% | 0.29% | - |
| XYZ | 5.01 | 5.93 | 0.91 | - |
| YUV | 63.62 | 92.66 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 71 | 1 | 0 | 0.03 | 0.99 | 0.71 | 58.33 | 0.97 | 0.15 |
| Hex | 49 | 47 | 1 | 0 | 3 | 63 | 47 | 3A | 61 | F |
| Octal | 111 | 107 | 1 | 0 | 3 | 143 | 107 | 72 | 141 | 17 |
| Binary | 1001001 | 1000111 | 1 | 0 | 11 | 1100011 | 1000111 | 111010 | 1100001 | 1111 |
Color Harmonies of #494701
Complementary color
Monochromatic Colors of #494701
Black with #494701
Text Example
Text Example
White with #494701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494701; }
p { color: rgb(73,71,1); }
H1.HeaderClassName
{
color: #494701;
}
.AnyTagClassName
{
color: #494701;
}
</style>
background-color css
<style>
a { background-color: #494701; }
a { background-color: rgb(73,71,1); }
div.DivClassName
{
background-color: #494701;
}
.BgClassName
{
background-color: #494701;
}
</style>
border-color css
<style>
span { border-color: #494701; }
span { border-color: rgb(73,71,1); }
td.TdClassName
{
border-color: #494701;
}
.TagClassName
{
border-color: #494701;
}
</style>