Shades of Verdun Green #495B09
Tints of Verdun Green #495B09
RGB
CMYK
RGB Variations
Color information
#495B09 (or 0x495B09) is known color: Verdun Green. HEX triplet: 49, 5B and 09. RGB value is (73,91,9). Sum of RGB (Red+Green+Blue) = 73+91+9=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 91 (35.94% from 255 or 52.60% from 173); Blue value is 9 (3.91% from 255 or 5.20% from 173); Max value from RGB is 91 - color contains mainly: green. Hex color #495B09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495B09 is #B6A4F6. Grayscale: #4C4C4C. Windows color (decimal): -11969783 or 613193. OLE color: 613193.
HSL color Cylindrical-coordinate representation of color #495B09: hue angle of 73.17º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #495B09 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 91 | 9 | - |
| CMYK | 0.20 | 0 | 0.90 | 0.64 |
| HSL | 73.17º | 0.82% | 0.2% | - |
| HSV(B) | 73.17º | 0.9% | 0.36% | - |
| XYZ | 6.54 | 8.92 | 1.64 | - |
| YUV | 76.27 | 90.04 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 91 | 9 | 0.20 | 0 | 0.90 | 0.64 | 73.17 | 0.82 | 0.2 |
| Hex | 49 | 5B | 9 | 14 | 0 | 5A | 40 | 49 | 52 | 14 |
| Octal | 111 | 133 | 11 | 24 | 0 | 132 | 100 | 111 | 122 | 24 |
| Binary | 1001001 | 1011011 | 1001 | 10100 | 0 | 1011010 | 1000000 | 1001001 | 1010010 | 10100 |
Color Harmonies of #495B09
Complementary color
Monochromatic Colors of #495B09
Black with #495B09
Text Example
Text Example
White with #495B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495B09; }
p { color: rgb(73,91,9); }
H1.HeaderClassName
{
color: #495B09;
}
.AnyTagClassName
{
color: #495B09;
}
</style>
background-color css
<style>
a { background-color: #495B09; }
a { background-color: rgb(73,91,9); }
div.DivClassName
{
background-color: #495B09;
}
.BgClassName
{
background-color: #495B09;
}
</style>
border-color css
<style>
span { border-color: #495B09; }
span { border-color: rgb(73,91,9); }
td.TdClassName
{
border-color: #495B09;
}
.TagClassName
{
border-color: #495B09;
}
</style>