Shades of Verdun Green #495211
Tints of Verdun Green #495211
RGB
CMYK
RGB Variations
Color information
#495211 (or 0x495211) is known color: Verdun Green. HEX triplet: 49, 52 and 11. RGB value is (73,82,17). Sum of RGB (Red+Green+Blue) = 73+82+17=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 82 (32.42% from 255 or 47.67% from 172); Blue value is 17 (7.03% from 255 or 9.88% from 172); Max value from RGB is 82 - color contains mainly: green. Hex color #495211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495211 is #B6ADEE. Grayscale: #484848. Windows color (decimal): -11972079 or 1135177. OLE color: 1135177.
HSL color Cylindrical-coordinate representation of color #495211: hue angle of 68.31º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #495211 is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 82 | 17 | - |
| CMYK | 0.11 | 0 | 0.79 | 0.68 |
| HSL | 68.31º | 0.66% | 0.19% | - |
| HSV(B) | 68.31º | 0.79% | 0.32% | - |
| XYZ | 5.87 | 7.49 | 1.67 | - |
| YUV | 71.9 | 97.02 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 82 | 17 | 0.11 | 0 | 0.79 | 0.68 | 68.31 | 0.66 | 0.19 |
| Hex | 49 | 52 | 11 | B | 0 | 4F | 44 | 44 | 42 | 13 |
| Octal | 111 | 122 | 21 | 13 | 0 | 117 | 104 | 104 | 102 | 23 |
| Binary | 1001001 | 1010010 | 10001 | 1011 | 0 | 1001111 | 1000100 | 1000100 | 1000010 | 10011 |
Color Harmonies of #495211
Complementary color
Monochromatic Colors of #495211
Black with #495211
Text Example
Text Example
White with #495211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495211; }
p { color: rgb(73,82,17); }
H1.HeaderClassName
{
color: #495211;
}
.AnyTagClassName
{
color: #495211;
}
</style>
background-color css
<style>
a { background-color: #495211; }
a { background-color: rgb(73,82,17); }
div.DivClassName
{
background-color: #495211;
}
.BgClassName
{
background-color: #495211;
}
</style>
border-color css
<style>
span { border-color: #495211; }
span { border-color: rgb(73,82,17); }
td.TdClassName
{
border-color: #495211;
}
.TagClassName
{
border-color: #495211;
}
</style>