Shades of Verdun Green #495400
Tints of Verdun Green #495400
RGB
CMYK
RGB Variations
Color information
#495400 (or 0x495400) is known color: Verdun Green. HEX triplet: 49, 54 and 00. RGB value is (73,84,0). Sum of RGB (Red+Green+Blue) = 73+84+0=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 84 (33.20% from 255 or 53.50% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 84 - color contains mainly: green. Hex color #495400 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495400 is #B6ABFF. Grayscale: #474747. Windows color (decimal): -11971584 or 21577. OLE color: 21577.
HSL color Cylindrical-coordinate representation of color #495400: hue angle of 67.86º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #495400 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 84 | 0 | - |
| CMYK | 0.13 | 0 | 1 | 0.67 |
| HSL | 67.86º | 1% | 0.16% | - |
| HSV(B) | 67.86º | 1% | 0.33% | - |
| XYZ | 5.92 | 7.76 | 1.19 | - |
| YUV | 71.14 | 87.86 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 84 | 0 | 0.13 | 0 | 1 | 0.67 | 67.86 | 1 | 0.16 |
| Hex | 49 | 54 | 0 | D | 0 | 64 | 43 | 44 | 64 | 10 |
| Octal | 111 | 124 | 0 | 15 | 0 | 144 | 103 | 104 | 144 | 20 |
| Binary | 1001001 | 1010100 | 0 | 1101 | 0 | 1100100 | 1000011 | 1000100 | 1100100 | 10000 |
Color Harmonies of #495400
Complementary color
Monochromatic Colors of #495400
Black with #495400
Text Example
Text Example
White with #495400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495400; }
p { color: rgb(73,84,0); }
H1.HeaderClassName
{
color: #495400;
}
.AnyTagClassName
{
color: #495400;
}
</style>
background-color css
<style>
a { background-color: #495400; }
a { background-color: rgb(73,84,0); }
div.DivClassName
{
background-color: #495400;
}
.BgClassName
{
background-color: #495400;
}
</style>
border-color css
<style>
span { border-color: #495400; }
span { border-color: rgb(73,84,0); }
td.TdClassName
{
border-color: #495400;
}
.TagClassName
{
border-color: #495400;
}
</style>