Shades of Verdun Green #495205
Tints of Verdun Green #495205
RGB
CMYK
RGB Variations
Color information
#495205 (or 0x495205) is known color: Verdun Green. HEX triplet: 49, 52 and 05. RGB value is (73,82,5). Sum of RGB (Red+Green+Blue) = 73+82+5=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 82 (32.42% from 255 or 51.25% from 160); Blue value is 5 (2.34% from 255 or 3.12% from 160); Max value from RGB is 82 - color contains mainly: green. Hex color #495205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495205 is #B6ADFA. Grayscale: #464646. Windows color (decimal): -11972091 or 348745. OLE color: 348745.
HSL color Cylindrical-coordinate representation of color #495205: hue angle of 67.01º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #495205 is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 82 | 5 | - |
| CMYK | 0.11 | 0 | 0.94 | 0.68 |
| HSL | 67.01º | 0.89% | 0.17% | - |
| HSV(B) | 67.01º | 0.94% | 0.32% | - |
| XYZ | 5.79 | 7.46 | 1.28 | - |
| YUV | 70.53 | 91.02 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 82 | 5 | 0.11 | 0 | 0.94 | 0.68 | 67.01 | 0.89 | 0.17 |
| Hex | 49 | 52 | 5 | B | 0 | 5E | 44 | 43 | 59 | 11 |
| Octal | 111 | 122 | 5 | 13 | 0 | 136 | 104 | 103 | 131 | 21 |
| Binary | 1001001 | 1010010 | 101 | 1011 | 0 | 1011110 | 1000100 | 1000011 | 1011001 | 10001 |
Color Harmonies of #495205
Complementary color
Monochromatic Colors of #495205
Black with #495205
Text Example
Text Example
White with #495205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495205; }
p { color: rgb(73,82,5); }
H1.HeaderClassName
{
color: #495205;
}
.AnyTagClassName
{
color: #495205;
}
</style>
background-color css
<style>
a { background-color: #495205; }
a { background-color: rgb(73,82,5); }
div.DivClassName
{
background-color: #495205;
}
.BgClassName
{
background-color: #495205;
}
</style>
border-color css
<style>
span { border-color: #495205; }
span { border-color: rgb(73,82,5); }
td.TdClassName
{
border-color: #495205;
}
.TagClassName
{
border-color: #495205;
}
</style>