Shades of Verdun Green #495C0A
Tints of Verdun Green #495C0A
RGB
CMYK
RGB Variations
Color information
#495C0A (or 0x495C0A) is known color: Verdun Green. HEX triplet: 49, 5C and 0A. RGB value is (73,92,10). Sum of RGB (Red+Green+Blue) = 73+92+10=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 92 (36.33% from 255 or 52.57% from 175); Blue value is 10 (4.30% from 255 or 5.71% from 175); Max value from RGB is 92 - color contains mainly: green. Hex color #495C0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495C0A is #B6A3F5. Grayscale: #4D4D4D. Windows color (decimal): -11969526 or 678985. OLE color: 678985.
HSL color Cylindrical-coordinate representation of color #495C0A: hue angle of 73.9º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #495C0A is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 92 | 10 | - |
| CMYK | 0.21 | 0 | 0.89 | 0.64 |
| HSL | 73.9º | 0.8% | 0.2% | - |
| HSV(B) | 73.9º | 0.89% | 0.36% | - |
| XYZ | 6.63 | 9.09 | 1.69 | - |
| YUV | 76.97 | 90.21 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 92 | 10 | 0.21 | 0 | 0.89 | 0.64 | 73.9 | 0.8 | 0.2 |
| Hex | 49 | 5C | A | 15 | 0 | 59 | 40 | 4A | 50 | 14 |
| Octal | 111 | 134 | 12 | 25 | 0 | 131 | 100 | 112 | 120 | 24 |
| Binary | 1001001 | 1011100 | 1010 | 10101 | 0 | 1011001 | 1000000 | 1001010 | 1010000 | 10100 |
Color Harmonies of #495C0A
Complementary color
Monochromatic Colors of #495C0A
Black with #495C0A
Text Example
Text Example
White with #495C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495C0A; }
p { color: rgb(73,92,10); }
H1.HeaderClassName
{
color: #495C0A;
}
.AnyTagClassName
{
color: #495C0A;
}
</style>
background-color css
<style>
a { background-color: #495C0A; }
a { background-color: rgb(73,92,10); }
div.DivClassName
{
background-color: #495C0A;
}
.BgClassName
{
background-color: #495C0A;
}
</style>
border-color css
<style>
span { border-color: #495C0A; }
span { border-color: rgb(73,92,10); }
td.TdClassName
{
border-color: #495C0A;
}
.TagClassName
{
border-color: #495C0A;
}
</style>