Shades of Verdun Green #494B04
Tints of Verdun Green #494B04
RGB
CMYK
RGB Variations
Color information
#494B04 (or 0x494B04) is known color: Verdun Green. HEX triplet: 49, 4B and 04. RGB value is (73,75,4). Sum of RGB (Red+Green+Blue) = 73+75+4=152 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.03% from 152); Green value is 75 (29.69% from 255 or 49.34% from 152); Blue value is 4 (1.95% from 255 or 2.63% from 152); Max value from RGB is 75 - color contains mainly: green. Hex color #494B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494B04 is #B6B4FB. Grayscale: #424242. Windows color (decimal): -11973884 or 281417. OLE color: 281417.
HSL color Cylindrical-coordinate representation of color #494B04: hue angle of 61.69º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #494B04 is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 75 | 4 | - |
| CMYK | 0.03 | 0 | 0.95 | 0.71 |
| HSL | 61.69º | 0.9% | 0.15% | - |
| HSV(B) | 61.69º | 0.95% | 0.29% | - |
| XYZ | 5.29 | 6.46 | 1.08 | - |
| YUV | 66.31 | 92.84 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 75 | 4 | 0.03 | 0 | 0.95 | 0.71 | 61.69 | 0.9 | 0.15 |
| Hex | 49 | 4B | 4 | 3 | 0 | 5F | 47 | 3E | 5A | F |
| Octal | 111 | 113 | 4 | 3 | 0 | 137 | 107 | 76 | 132 | 17 |
| Binary | 1001001 | 1001011 | 100 | 11 | 0 | 1011111 | 1000111 | 111110 | 1011010 | 1111 |
Color Harmonies of #494B04
Complementary color
Monochromatic Colors of #494B04
Black with #494B04
Text Example
Text Example
White with #494B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494B04; }
p { color: rgb(73,75,4); }
H1.HeaderClassName
{
color: #494B04;
}
.AnyTagClassName
{
color: #494B04;
}
</style>
background-color css
<style>
a { background-color: #494B04; }
a { background-color: rgb(73,75,4); }
div.DivClassName
{
background-color: #494B04;
}
.BgClassName
{
background-color: #494B04;
}
</style>
border-color css
<style>
span { border-color: #494B04; }
span { border-color: rgb(73,75,4); }
td.TdClassName
{
border-color: #494B04;
}
.TagClassName
{
border-color: #494B04;
}
</style>