Shades of Verdun Green #495A09
Tints of Verdun Green #495A09
RGB
CMYK
RGB Variations
Color information
#495A09 (or 0x495A09) is known color: Verdun Green. HEX triplet: 49, 5A and 09. RGB value is (73,90,9). Sum of RGB (Red+Green+Blue) = 73+90+9=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 90 (35.55% from 255 or 52.33% from 172); Blue value is 9 (3.91% from 255 or 5.23% from 172); Max value from RGB is 90 - color contains mainly: green. Hex color #495A09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495A09 is #B6A5F6. Grayscale: #4B4B4B. Windows color (decimal): -11970039 or 612937. OLE color: 612937.
HSL color Cylindrical-coordinate representation of color #495A09: hue angle of 72.59º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #495A09 is Cyan = 0.19, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 90 | 9 | - |
| CMYK | 0.19 | 0 | 0.9 | 0.65 |
| HSL | 72.59º | 0.82% | 0.19% | - |
| HSV(B) | 72.59º | 0.9% | 0.35% | - |
| XYZ | 6.45 | 8.75 | 1.61 | - |
| YUV | 75.68 | 90.37 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 90 | 9 | 0.19 | 0 | 0.9 | 0.65 | 72.59 | 0.82 | 0.19 |
| Hex | 49 | 5A | 9 | 13 | 0 | 5A | 41 | 49 | 52 | 13 |
| Octal | 111 | 132 | 11 | 23 | 0 | 132 | 101 | 111 | 122 | 23 |
| Binary | 1001001 | 1011010 | 1001 | 10011 | 0 | 1011010 | 1000001 | 1001001 | 1010010 | 10011 |
Color Harmonies of #495A09
Complementary color
Monochromatic Colors of #495A09
Black with #495A09
Text Example
Text Example
White with #495A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495A09; }
p { color: rgb(73,90,9); }
H1.HeaderClassName
{
color: #495A09;
}
.AnyTagClassName
{
color: #495A09;
}
</style>
background-color css
<style>
a { background-color: #495A09; }
a { background-color: rgb(73,90,9); }
div.DivClassName
{
background-color: #495A09;
}
.BgClassName
{
background-color: #495A09;
}
</style>
border-color css
<style>
span { border-color: #495A09; }
span { border-color: rgb(73,90,9); }
td.TdClassName
{
border-color: #495A09;
}
.TagClassName
{
border-color: #495A09;
}
</style>