Shades of Verdun Green #495F0F
Tints of Verdun Green #495F0F
RGB
CMYK
RGB Variations
Color information
#495F0F (or 0x495F0F) is known color: Verdun Green. HEX triplet: 49, 5F and 0F. RGB value is (73,95,15). Sum of RGB (Red+Green+Blue) = 73+95+15=183 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.89% from 183); Green value is 95 (37.5% from 255 or 51.91% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 95 - color contains mainly: green. Hex color #495F0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495F0F is #B6A0F0. Grayscale: #4F4F4F. Windows color (decimal): -11968753 or 1007433. OLE color: 1007433.
HSL color Cylindrical-coordinate representation of color #495F0F: hue angle of 76.5º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #495F0F is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 73 | 95 | 15 | - |
| CMYK | 0.23 | 0 | 0.84 | 0.63 |
| HSL | 76.5º | 0.73% | 0.22% | - |
| HSV(B) | 76.5º | 0.84% | 0.37% | - |
| XYZ | 6.93 | 9.64 | 1.95 | - |
| YUV | 79.3 | 91.71 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 95 | 15 | 0.23 | 0 | 0.84 | 0.63 | 76.5 | 0.73 | 0.22 |
| Hex | 49 | 5F | F | 17 | 0 | 54 | 3F | 4C | 49 | 16 |
| Octal | 111 | 137 | 17 | 27 | 0 | 124 | 77 | 114 | 111 | 26 |
| Binary | 1001001 | 1011111 | 1111 | 10111 | 0 | 1010100 | 111111 | 1001100 | 1001001 | 10110 |
Color Harmonies of #495F0F
Complementary color
Monochromatic Colors of #495F0F
Black with #495F0F
Text Example
Text Example
White with #495F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495F0F; }
p { color: rgb(73,95,15); }
H1.HeaderClassName
{
color: #495F0F;
}
.AnyTagClassName
{
color: #495F0F;
}
</style>
background-color css
<style>
a { background-color: #495F0F; }
a { background-color: rgb(73,95,15); }
div.DivClassName
{
background-color: #495F0F;
}
.BgClassName
{
background-color: #495F0F;
}
</style>
border-color css
<style>
span { border-color: #495F0F; }
span { border-color: rgb(73,95,15); }
td.TdClassName
{
border-color: #495F0F;
}
.TagClassName
{
border-color: #495F0F;
}
</style>