Shades of Verdun Green #495316
Tints of Verdun Green #495316
RGB
CMYK
RGB Variations
Color information
#495316 (or 0x495316) is known color: Verdun Green. HEX triplet: 49, 53 and 16. RGB value is (73,83,22). Sum of RGB (Red+Green+Blue) = 73+83+22=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 83 (32.81% from 255 or 46.63% from 178); Blue value is 22 (8.98% from 255 or 12.36% from 178); Max value from RGB is 83 - color contains mainly: green. Hex color #495316 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495316 is #B6ACE9. Grayscale: #494949. Windows color (decimal): -11971818 or 1463113. OLE color: 1463113.
HSL color Cylindrical-coordinate representation of color #495316: hue angle of 69.84º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #495316 is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 83 | 22 | - |
| CMYK | 0.12 | 0 | 0.73 | 0.67 |
| HSL | 69.84º | 0.58% | 0.21% | - |
| HSV(B) | 69.84º | 0.73% | 0.33% | - |
| XYZ | 5.99 | 7.66 | 1.92 | - |
| YUV | 73.06 | 99.19 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 22 | 0.12 | 0 | 0.73 | 0.67 | 69.84 | 0.58 | 0.21 |
| Hex | 49 | 53 | 16 | C | 0 | 49 | 43 | 46 | 3A | 15 |
| Octal | 111 | 123 | 26 | 14 | 0 | 111 | 103 | 106 | 72 | 25 |
| Binary | 1001001 | 1010011 | 10110 | 1100 | 0 | 1001001 | 1000011 | 1000110 | 111010 | 10101 |
Color Harmonies of #495316
Complementary color
Monochromatic Colors of #495316
Black with #495316
Text Example
Text Example
White with #495316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495316; }
p { color: rgb(73,83,22); }
H1.HeaderClassName
{
color: #495316;
}
.AnyTagClassName
{
color: #495316;
}
</style>
background-color css
<style>
a { background-color: #495316; }
a { background-color: rgb(73,83,22); }
div.DivClassName
{
background-color: #495316;
}
.BgClassName
{
background-color: #495316;
}
</style>
border-color css
<style>
span { border-color: #495316; }
span { border-color: rgb(73,83,22); }
td.TdClassName
{
border-color: #495316;
}
.TagClassName
{
border-color: #495316;
}
</style>