Shades of Verdun Green #495A06
Tints of Verdun Green #495A06
RGB
CMYK
RGB Variations
Color information
#495A06 (or 0x495A06) is known color: Verdun Green. HEX triplet: 49, 5A and 06. RGB value is (73,90,6). Sum of RGB (Red+Green+Blue) = 73+90+6=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 90 (35.55% from 255 or 53.25% from 169); Blue value is 6 (2.73% from 255 or 3.55% from 169); Max value from RGB is 90 - color contains mainly: green. Hex color #495A06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495A06 is #B6A5F9. Grayscale: #4B4B4B. Windows color (decimal): -11970042 or 416329. OLE color: 416329.
HSL color Cylindrical-coordinate representation of color #495A06: hue angle of 72.14º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #495A06 is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 90 | 6 | - |
| CMYK | 0.19 | 0 | 0.93 | 0.65 |
| HSL | 72.14º | 0.88% | 0.19% | - |
| HSV(B) | 72.14º | 0.93% | 0.35% | - |
| XYZ | 6.44 | 8.74 | 1.52 | - |
| YUV | 75.34 | 88.87 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 90 | 6 | 0.19 | 0 | 0.93 | 0.65 | 72.14 | 0.88 | 0.19 |
| Hex | 49 | 5A | 6 | 13 | 0 | 5D | 41 | 48 | 58 | 13 |
| Octal | 111 | 132 | 6 | 23 | 0 | 135 | 101 | 110 | 130 | 23 |
| Binary | 1001001 | 1011010 | 110 | 10011 | 0 | 1011101 | 1000001 | 1001000 | 1011000 | 10011 |
Color Harmonies of #495A06
Complementary color
Monochromatic Colors of #495A06
Black with #495A06
Text Example
Text Example
White with #495A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495A06; }
p { color: rgb(73,90,6); }
H1.HeaderClassName
{
color: #495A06;
}
.AnyTagClassName
{
color: #495A06;
}
</style>
background-color css
<style>
a { background-color: #495A06; }
a { background-color: rgb(73,90,6); }
div.DivClassName
{
background-color: #495A06;
}
.BgClassName
{
background-color: #495A06;
}
</style>
border-color css
<style>
span { border-color: #495A06; }
span { border-color: rgb(73,90,6); }
td.TdClassName
{
border-color: #495A06;
}
.TagClassName
{
border-color: #495A06;
}
</style>