Shades of Verdun Green #495D15
Tints of Verdun Green #495D15
RGB
CMYK
RGB Variations
Color information
#495D15 (or 0x495D15) is known color: Verdun Green. HEX triplet: 49, 5D and 15. RGB value is (73,93,21). Sum of RGB (Red+Green+Blue) = 73+93+21=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 93 (36.72% from 255 or 49.73% from 187); Blue value is 21 (8.59% from 255 or 11.23% from 187); Max value from RGB is 93 - color contains mainly: green. Hex color #495D15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495D15 is #B6A2EA. Grayscale: #4F4F4F. Windows color (decimal): -11969259 or 1400137. OLE color: 1400137.
HSL color Cylindrical-coordinate representation of color #495D15: hue angle of 76.67º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #495D15 is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 93 | 21 | - |
| CMYK | 0.22 | 0 | 0.77 | 0.64 |
| HSL | 76.67º | 0.63% | 0.22% | - |
| HSV(B) | 76.67º | 0.77% | 0.36% | - |
| XYZ | 6.8 | 9.3 | 2.15 | - |
| YUV | 78.81 | 95.37 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 93 | 21 | 0.22 | 0 | 0.77 | 0.64 | 76.67 | 0.63 | 0.22 |
| Hex | 49 | 5D | 15 | 16 | 0 | 4D | 40 | 4D | 3F | 16 |
| Octal | 111 | 135 | 25 | 26 | 0 | 115 | 100 | 115 | 77 | 26 |
| Binary | 1001001 | 1011101 | 10101 | 10110 | 0 | 1001101 | 1000000 | 1001101 | 111111 | 10110 |
Color Harmonies of #495D15
Complementary color
Monochromatic Colors of #495D15
Black with #495D15
Text Example
Text Example
White with #495D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495D15; }
p { color: rgb(73,93,21); }
H1.HeaderClassName
{
color: #495D15;
}
.AnyTagClassName
{
color: #495D15;
}
</style>
background-color css
<style>
a { background-color: #495D15; }
a { background-color: rgb(73,93,21); }
div.DivClassName
{
background-color: #495D15;
}
.BgClassName
{
background-color: #495D15;
}
</style>
border-color css
<style>
span { border-color: #495D15; }
span { border-color: rgb(73,93,21); }
td.TdClassName
{
border-color: #495D15;
}
.TagClassName
{
border-color: #495D15;
}
</style>