Shades of Verdun Green #495A15
Tints of Verdun Green #495A15
RGB
CMYK
RGB Variations
Color information
#495A15 (or 0x495A15) is known color: Verdun Green. HEX triplet: 49, 5A and 15. RGB value is (73,90,21). Sum of RGB (Red+Green+Blue) = 73+90+21=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 90 (35.55% from 255 or 48.91% from 184); Blue value is 21 (8.59% from 255 or 11.41% from 184); Max value from RGB is 90 - color contains mainly: green. Hex color #495A15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495A15 is #B6A5EA. Grayscale: #4D4D4D. Windows color (decimal): -11970027 or 1399369. OLE color: 1399369.
HSL color Cylindrical-coordinate representation of color #495A15: hue angle of 74.78º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #495A15 is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 90 | 21 | - |
| CMYK | 0.19 | 0 | 0.77 | 0.65 |
| HSL | 74.78º | 0.62% | 0.22% | - |
| HSV(B) | 74.78º | 0.77% | 0.35% | - |
| XYZ | 6.54 | 8.78 | 2.06 | - |
| YUV | 77.05 | 96.37 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 90 | 21 | 0.19 | 0 | 0.77 | 0.65 | 74.78 | 0.62 | 0.22 |
| Hex | 49 | 5A | 15 | 13 | 0 | 4D | 41 | 4B | 3E | 16 |
| Octal | 111 | 132 | 25 | 23 | 0 | 115 | 101 | 113 | 76 | 26 |
| Binary | 1001001 | 1011010 | 10101 | 10011 | 0 | 1001101 | 1000001 | 1001011 | 111110 | 10110 |
Color Harmonies of #495A15
Complementary color
Monochromatic Colors of #495A15
Black with #495A15
Text Example
Text Example
White with #495A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495A15; }
p { color: rgb(73,90,21); }
H1.HeaderClassName
{
color: #495A15;
}
.AnyTagClassName
{
color: #495A15;
}
</style>
background-color css
<style>
a { background-color: #495A15; }
a { background-color: rgb(73,90,21); }
div.DivClassName
{
background-color: #495A15;
}
.BgClassName
{
background-color: #495A15;
}
</style>
border-color css
<style>
span { border-color: #495A15; }
span { border-color: rgb(73,90,21); }
td.TdClassName
{
border-color: #495A15;
}
.TagClassName
{
border-color: #495A15;
}
</style>