Shades of Verdun Green #495509
Tints of Verdun Green #495509
RGB
CMYK
RGB Variations
Color information
#495509 (or 0x495509) is known color: Verdun Green. HEX triplet: 49, 55 and 09. RGB value is (73,85,9). Sum of RGB (Red+Green+Blue) = 73+85+9=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 85 (33.59% from 255 or 50.90% from 167); Blue value is 9 (3.91% from 255 or 5.39% from 167); Max value from RGB is 85 - color contains mainly: green. Hex color #495509 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495509 is #B6AAF6. Grayscale: #494949. Windows color (decimal): -11971319 or 611657. OLE color: 611657.
HSL color Cylindrical-coordinate representation of color #495509: hue angle of 69.47º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #495509 is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 85 | 9 | - |
| CMYK | 0.14 | 0 | 0.89 | 0.67 |
| HSL | 69.47º | 0.81% | 0.18% | - |
| HSV(B) | 69.47º | 0.89% | 0.33% | - |
| XYZ | 6.05 | 7.93 | 1.47 | - |
| YUV | 72.75 | 92.02 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 9 | 0.14 | 0 | 0.89 | 0.67 | 69.47 | 0.81 | 0.18 |
| Hex | 49 | 55 | 9 | E | 0 | 59 | 43 | 45 | 51 | 12 |
| Octal | 111 | 125 | 11 | 16 | 0 | 131 | 103 | 105 | 121 | 22 |
| Binary | 1001001 | 1010101 | 1001 | 1110 | 0 | 1011001 | 1000011 | 1000101 | 1010001 | 10010 |
Color Harmonies of #495509
Complementary color
Monochromatic Colors of #495509
Black with #495509
Text Example
Text Example
White with #495509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495509; }
p { color: rgb(73,85,9); }
H1.HeaderClassName
{
color: #495509;
}
.AnyTagClassName
{
color: #495509;
}
</style>
background-color css
<style>
a { background-color: #495509; }
a { background-color: rgb(73,85,9); }
div.DivClassName
{
background-color: #495509;
}
.BgClassName
{
background-color: #495509;
}
</style>
border-color css
<style>
span { border-color: #495509; }
span { border-color: rgb(73,85,9); }
td.TdClassName
{
border-color: #495509;
}
.TagClassName
{
border-color: #495509;
}
</style>