Shades of Verdun Green #495019
Tints of Verdun Green #495019
RGB
CMYK
RGB Variations
Color information
#495019 (or 0x495019) is known color: Verdun Green. HEX triplet: 49, 50 and 19. RGB value is (73,80,25). Sum of RGB (Red+Green+Blue) = 73+80+25=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 80 (31.64% from 255 or 44.94% from 178); Blue value is 25 (10.16% from 255 or 14.04% from 178); Max value from RGB is 80 - color contains mainly: green. Hex color #495019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495019 is #B6AFE6. Grayscale: #474747. Windows color (decimal): -11972583 or 1658953. OLE color: 1658953.
HSL color Cylindrical-coordinate representation of color #495019: hue angle of 67.64º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #495019 is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 80 | 25 | - |
| CMYK | 0.09 | 0 | 0.69 | 0.69 |
| HSL | 67.64º | 0.52% | 0.21% | - |
| HSV(B) | 67.64º | 0.69% | 0.31% | - |
| XYZ | 5.79 | 7.22 | 2.01 | - |
| YUV | 71.64 | 101.68 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 80 | 25 | 0.09 | 0 | 0.69 | 0.69 | 67.64 | 0.52 | 0.21 |
| Hex | 49 | 50 | 19 | 9 | 0 | 45 | 45 | 44 | 34 | 15 |
| Octal | 111 | 120 | 31 | 11 | 0 | 105 | 105 | 104 | 64 | 25 |
| Binary | 1001001 | 1010000 | 11001 | 1001 | 0 | 1000101 | 1000101 | 1000100 | 110100 | 10101 |
Color Harmonies of #495019
Complementary color
Monochromatic Colors of #495019
Black with #495019
Text Example
Text Example
White with #495019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495019; }
p { color: rgb(73,80,25); }
H1.HeaderClassName
{
color: #495019;
}
.AnyTagClassName
{
color: #495019;
}
</style>
background-color css
<style>
a { background-color: #495019; }
a { background-color: rgb(73,80,25); }
div.DivClassName
{
background-color: #495019;
}
.BgClassName
{
background-color: #495019;
}
</style>
border-color css
<style>
span { border-color: #495019; }
span { border-color: rgb(73,80,25); }
td.TdClassName
{
border-color: #495019;
}
.TagClassName
{
border-color: #495019;
}
</style>