Shades of Verdun Green #495004
Tints of Verdun Green #495004
RGB
CMYK
RGB Variations
Color information
#495004 (or 0x495004) is known color: Verdun Green. HEX triplet: 49, 50 and 04. RGB value is (73,80,4). Sum of RGB (Red+Green+Blue) = 73+80+4=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 80 (31.64% from 255 or 50.96% from 157); Blue value is 4 (1.95% from 255 or 2.55% from 157); Max value from RGB is 80 - color contains mainly: green. Hex color #495004 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495004 is #B6AFFB. Grayscale: #454545. Windows color (decimal): -11972604 or 282697. OLE color: 282697.
HSL color Cylindrical-coordinate representation of color #495004: hue angle of 65.53º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #495004 is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 80 | 4 | - |
| CMYK | 0.09 | 0 | 0.95 | 0.69 |
| HSL | 65.53º | 0.9% | 0.16% | - |
| HSV(B) | 65.53º | 0.95% | 0.31% | - |
| XYZ | 5.64 | 7.16 | 1.2 | - |
| YUV | 69.24 | 91.18 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 80 | 4 | 0.09 | 0 | 0.95 | 0.69 | 65.53 | 0.9 | 0.16 |
| Hex | 49 | 50 | 4 | 9 | 0 | 5F | 45 | 42 | 5A | 10 |
| Octal | 111 | 120 | 4 | 11 | 0 | 137 | 105 | 102 | 132 | 20 |
| Binary | 1001001 | 1010000 | 100 | 1001 | 0 | 1011111 | 1000101 | 1000010 | 1011010 | 10000 |
Color Harmonies of #495004
Complementary color
Monochromatic Colors of #495004
Black with #495004
Text Example
Text Example
White with #495004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495004; }
p { color: rgb(73,80,4); }
H1.HeaderClassName
{
color: #495004;
}
.AnyTagClassName
{
color: #495004;
}
</style>
background-color css
<style>
a { background-color: #495004; }
a { background-color: rgb(73,80,4); }
div.DivClassName
{
background-color: #495004;
}
.BgClassName
{
background-color: #495004;
}
</style>
border-color css
<style>
span { border-color: #495004; }
span { border-color: rgb(73,80,4); }
td.TdClassName
{
border-color: #495004;
}
.TagClassName
{
border-color: #495004;
}
</style>