Shades of Verdun Green #494C02
Tints of Verdun Green #494C02
RGB
CMYK
RGB Variations
Color information
#494C02 (or 0x494C02) is known color: Verdun Green. HEX triplet: 49, 4C and 02. RGB value is (73,76,2). Sum of RGB (Red+Green+Blue) = 73+76+2=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 76 (30.08% from 255 or 50.33% from 151); Blue value is 2 (1.17% from 255 or 1.32% from 151); Max value from RGB is 76 - color contains mainly: green. Hex color #494C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494C02 is #B6B3FD. Grayscale: #424242. Windows color (decimal): -11973630 or 150601. OLE color: 150601.
HSL color Cylindrical-coordinate representation of color #494C02: hue angle of 62.43º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #494C02 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 73 | 76 | 2 | - |
| CMYK | 0.04 | 0 | 0.97 | 0.70 |
| HSL | 62.43º | 0.95% | 0.15% | - |
| HSV(B) | 62.43º | 0.97% | 0.3% | - |
| XYZ | 5.34 | 6.59 | 1.05 | - |
| YUV | 66.67 | 91.51 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 76 | 2 | 0.04 | 0 | 0.97 | 0.70 | 62.43 | 0.95 | 0.15 |
| Hex | 49 | 4C | 2 | 4 | 0 | 61 | 46 | 3E | 5F | F |
| Octal | 111 | 114 | 2 | 4 | 0 | 141 | 106 | 76 | 137 | 17 |
| Binary | 1001001 | 1001100 | 10 | 100 | 0 | 1100001 | 1000110 | 111110 | 1011111 | 1111 |
Color Harmonies of #494C02
Complementary color
Monochromatic Colors of #494C02
Black with #494C02
Text Example
Text Example
White with #494C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494C02; }
p { color: rgb(73,76,2); }
H1.HeaderClassName
{
color: #494C02;
}
.AnyTagClassName
{
color: #494C02;
}
</style>
background-color css
<style>
a { background-color: #494C02; }
a { background-color: rgb(73,76,2); }
div.DivClassName
{
background-color: #494C02;
}
.BgClassName
{
background-color: #494C02;
}
</style>
border-color css
<style>
span { border-color: #494C02; }
span { border-color: rgb(73,76,2); }
td.TdClassName
{
border-color: #494C02;
}
.TagClassName
{
border-color: #494C02;
}
</style>