Shades of Verdun Green #495B14
Tints of Verdun Green #495B14
RGB
CMYK
RGB Variations
Color information
#495B14 (or 0x495B14) is known color: Verdun Green. HEX triplet: 49, 5B and 14. RGB value is (73,91,20). Sum of RGB (Red+Green+Blue) = 73+91+20=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 91 (35.94% from 255 or 49.46% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 91 - color contains mainly: green. Hex color #495B14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495B14 is #B6A4EB. Grayscale: #4D4D4D. Windows color (decimal): -11969772 or 1334089. OLE color: 1334089.
HSL color Cylindrical-coordinate representation of color #495B14: hue angle of 75.21º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #495B14 is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 91 | 20 | - |
| CMYK | 0.20 | 0 | 0.78 | 0.64 |
| HSL | 75.21º | 0.64% | 0.22% | - |
| HSV(B) | 75.21º | 0.78% | 0.36% | - |
| XYZ | 6.62 | 8.95 | 2.04 | - |
| YUV | 77.52 | 95.54 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 91 | 20 | 0.20 | 0 | 0.78 | 0.64 | 75.21 | 0.64 | 0.22 |
| Hex | 49 | 5B | 14 | 14 | 0 | 4E | 40 | 4B | 40 | 16 |
| Octal | 111 | 133 | 24 | 24 | 0 | 116 | 100 | 113 | 100 | 26 |
| Binary | 1001001 | 1011011 | 10100 | 10100 | 0 | 1001110 | 1000000 | 1001011 | 1000000 | 10110 |
Color Harmonies of #495B14
Complementary color
Monochromatic Colors of #495B14
Black with #495B14
Text Example
Text Example
White with #495B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495B14; }
p { color: rgb(73,91,20); }
H1.HeaderClassName
{
color: #495B14;
}
.AnyTagClassName
{
color: #495B14;
}
</style>
background-color css
<style>
a { background-color: #495B14; }
a { background-color: rgb(73,91,20); }
div.DivClassName
{
background-color: #495B14;
}
.BgClassName
{
background-color: #495B14;
}
</style>
border-color css
<style>
span { border-color: #495B14; }
span { border-color: rgb(73,91,20); }
td.TdClassName
{
border-color: #495B14;
}
.TagClassName
{
border-color: #495B14;
}
</style>