Shades of Verdun Green #495F12
Tints of Verdun Green #495F12
RGB
CMYK
RGB Variations
Color information
#495F12 (or 0x495F12) is known color: Verdun Green. HEX triplet: 49, 5F and 12. RGB value is (73,95,18). Sum of RGB (Red+Green+Blue) = 73+95+18=186 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.25% from 186); Green value is 95 (37.5% from 255 or 51.08% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 95 - color contains mainly: green. Hex color #495F12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495F12 is #B6A0ED. Grayscale: #4F4F4F. Windows color (decimal): -11968750 or 1204041. OLE color: 1204041.
HSL color Cylindrical-coordinate representation of color #495F12: hue angle of 77.14º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #495F12 is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 73 | 95 | 18 | - |
| CMYK | 0.23 | 0 | 0.81 | 0.63 |
| HSL | 77.14º | 0.68% | 0.22% | - |
| HSV(B) | 77.14º | 0.81% | 0.37% | - |
| XYZ | 6.95 | 9.64 | 2.07 | - |
| YUV | 79.64 | 93.21 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 95 | 18 | 0.23 | 0 | 0.81 | 0.63 | 77.14 | 0.68 | 0.22 |
| Hex | 49 | 5F | 12 | 17 | 0 | 51 | 3F | 4D | 44 | 16 |
| Octal | 111 | 137 | 22 | 27 | 0 | 121 | 77 | 115 | 104 | 26 |
| Binary | 1001001 | 1011111 | 10010 | 10111 | 0 | 1010001 | 111111 | 1001101 | 1000100 | 10110 |
Color Harmonies of #495F12
Complementary color
Monochromatic Colors of #495F12
Black with #495F12
Text Example
Text Example
White with #495F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495F12; }
p { color: rgb(73,95,18); }
H1.HeaderClassName
{
color: #495F12;
}
.AnyTagClassName
{
color: #495F12;
}
</style>
background-color css
<style>
a { background-color: #495F12; }
a { background-color: rgb(73,95,18); }
div.DivClassName
{
background-color: #495F12;
}
.BgClassName
{
background-color: #495F12;
}
</style>
border-color css
<style>
span { border-color: #495F12; }
span { border-color: rgb(73,95,18); }
td.TdClassName
{
border-color: #495F12;
}
.TagClassName
{
border-color: #495F12;
}
</style>