Shades of Verdun Green #495B20
Tints of Verdun Green #495B20
RGB
CMYK
RGB Variations
Color information
#495B20 (or 0x495B20) is known color: Verdun Green. HEX triplet: 49, 5B and 20. RGB value is (73,91,32). Sum of RGB (Red+Green+Blue) = 73+91+32=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 91 (35.94% from 255 or 46.43% from 196); Blue value is 32 (12.89% from 255 or 16.33% from 196); Max value from RGB is 91 - color contains mainly: green. Hex color #495B20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495B20 is #B6A4DF. Grayscale: #4F4F4F. Windows color (decimal): -11969760 or 2120521. OLE color: 2120521.
HSL color Cylindrical-coordinate representation of color #495B20: hue angle of 78.31º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #495B20 is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 91 | 32 | - |
| CMYK | 0.20 | 0 | 0.65 | 0.64 |
| HSL | 78.31º | 0.48% | 0.24% | - |
| HSV(B) | 78.31º | 0.65% | 0.36% | - |
| XYZ | 6.75 | 9 | 2.75 | - |
| YUV | 78.89 | 101.54 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 91 | 32 | 0.20 | 0 | 0.65 | 0.64 | 78.31 | 0.48 | 0.24 |
| Hex | 49 | 5B | 20 | 14 | 0 | 41 | 40 | 4E | 30 | 18 |
| Octal | 111 | 133 | 40 | 24 | 0 | 101 | 100 | 116 | 60 | 30 |
| Binary | 1001001 | 1011011 | 100000 | 10100 | 0 | 1000001 | 1000000 | 1001110 | 110000 | 11000 |
Color Harmonies of #495B20
Complementary color
Monochromatic Colors of #495B20
Black with #495B20
Text Example
Text Example
White with #495B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495B20; }
p { color: rgb(73,91,32); }
H1.HeaderClassName
{
color: #495B20;
}
.AnyTagClassName
{
color: #495B20;
}
</style>
background-color css
<style>
a { background-color: #495B20; }
a { background-color: rgb(73,91,32); }
div.DivClassName
{
background-color: #495B20;
}
.BgClassName
{
background-color: #495B20;
}
</style>
border-color css
<style>
span { border-color: #495B20; }
span { border-color: rgb(73,91,32); }
td.TdClassName
{
border-color: #495B20;
}
.TagClassName
{
border-color: #495B20;
}
</style>