Shades of Verdun Green #495104
Tints of Verdun Green #495104
RGB
CMYK
RGB Variations
Color information
#495104 (or 0x495104) is known color: Verdun Green. HEX triplet: 49, 51 and 04. RGB value is (73,81,4). Sum of RGB (Red+Green+Blue) = 73+81+4=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 81 (32.03% from 255 or 51.27% from 158); Blue value is 4 (1.95% from 255 or 2.53% from 158); Max value from RGB is 81 - color contains mainly: green. Hex color #495104 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495104 is #B6AEFB. Grayscale: #464646. Windows color (decimal): -11972348 or 282953. OLE color: 282953.
HSL color Cylindrical-coordinate representation of color #495104: hue angle of 66.23º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #495104 is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 81 | 4 | - |
| CMYK | 0.10 | 0 | 0.95 | 0.68 |
| HSL | 66.23º | 0.91% | 0.17% | - |
| HSV(B) | 66.23º | 0.95% | 0.32% | - |
| XYZ | 5.71 | 7.31 | 1.22 | - |
| YUV | 69.83 | 90.85 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 81 | 4 | 0.10 | 0 | 0.95 | 0.68 | 66.23 | 0.91 | 0.17 |
| Hex | 49 | 51 | 4 | A | 0 | 5F | 44 | 42 | 5B | 11 |
| Octal | 111 | 121 | 4 | 12 | 0 | 137 | 104 | 102 | 133 | 21 |
| Binary | 1001001 | 1010001 | 100 | 1010 | 0 | 1011111 | 1000100 | 1000010 | 1011011 | 10001 |
Color Harmonies of #495104
Complementary color
Monochromatic Colors of #495104
Black with #495104
Text Example
Text Example
White with #495104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495104; }
p { color: rgb(73,81,4); }
H1.HeaderClassName
{
color: #495104;
}
.AnyTagClassName
{
color: #495104;
}
</style>
background-color css
<style>
a { background-color: #495104; }
a { background-color: rgb(73,81,4); }
div.DivClassName
{
background-color: #495104;
}
.BgClassName
{
background-color: #495104;
}
</style>
border-color css
<style>
span { border-color: #495104; }
span { border-color: rgb(73,81,4); }
td.TdClassName
{
border-color: #495104;
}
.TagClassName
{
border-color: #495104;
}
</style>