Shades of Verdun Green #495318
Tints of Verdun Green #495318
RGB
CMYK
RGB Variations
Color information
#495318 (or 0x495318) is known color: Verdun Green. HEX triplet: 49, 53 and 18. RGB value is (73,83,24). Sum of RGB (Red+Green+Blue) = 73+83+24=180 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.56% from 180); Green value is 83 (32.81% from 255 or 46.11% from 180); Blue value is 24 (9.77% from 255 or 13.33% from 180); Max value from RGB is 83 - color contains mainly: green. Hex color #495318 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495318 is #B6ACE7. Grayscale: #494949. Windows color (decimal): -11971816 or 1594185. OLE color: 1594185.
HSL color Cylindrical-coordinate representation of color #495318: hue angle of 70.17º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #495318 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 83 | 24 | - |
| CMYK | 0.12 | 0 | 0.71 | 0.67 |
| HSL | 70.17º | 0.55% | 0.21% | - |
| HSV(B) | 70.17º | 0.71% | 0.33% | - |
| XYZ | 6.01 | 7.67 | 2.03 | - |
| YUV | 73.28 | 100.19 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 24 | 0.12 | 0 | 0.71 | 0.67 | 70.17 | 0.55 | 0.21 |
| Hex | 49 | 53 | 18 | C | 0 | 47 | 43 | 46 | 37 | 15 |
| Octal | 111 | 123 | 30 | 14 | 0 | 107 | 103 | 106 | 67 | 25 |
| Binary | 1001001 | 1010011 | 11000 | 1100 | 0 | 1000111 | 1000011 | 1000110 | 110111 | 10101 |
Color Harmonies of #495318
Complementary color
Monochromatic Colors of #495318
Black with #495318
Text Example
Text Example
White with #495318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495318; }
p { color: rgb(73,83,24); }
H1.HeaderClassName
{
color: #495318;
}
.AnyTagClassName
{
color: #495318;
}
</style>
background-color css
<style>
a { background-color: #495318; }
a { background-color: rgb(73,83,24); }
div.DivClassName
{
background-color: #495318;
}
.BgClassName
{
background-color: #495318;
}
</style>
border-color css
<style>
span { border-color: #495318; }
span { border-color: rgb(73,83,24); }
td.TdClassName
{
border-color: #495318;
}
.TagClassName
{
border-color: #495318;
}
</style>