Shades of Verdun Green #49600F
Tints of Verdun Green #49600F
RGB
CMYK
RGB Variations
Color information
#49600F (or 0x49600F) is known color: Verdun Green. HEX triplet: 49, 60 and 0F. RGB value is (73,96,15). Sum of RGB (Red+Green+Blue) = 73+96+15=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 96 (37.89% from 255 or 52.17% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 96 - color contains mainly: green. Hex color #49600F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49600F is #B69FF0. Grayscale: #505050. Windows color (decimal): -11968497 or 1007689. OLE color: 1007689.
HSL color Cylindrical-coordinate representation of color #49600F: hue angle of 77.04º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #49600F is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 96 | 15 | - |
| CMYK | 0.24 | 0 | 0.84 | 0.62 |
| HSL | 77.04º | 0.73% | 0.22% | - |
| HSV(B) | 77.04º | 0.84% | 0.38% | - |
| XYZ | 7.02 | 9.82 | 1.98 | - |
| YUV | 79.89 | 91.38 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 96 | 15 | 0.24 | 0 | 0.84 | 0.62 | 77.04 | 0.73 | 0.22 |
| Hex | 49 | 60 | F | 18 | 0 | 54 | 3E | 4D | 49 | 16 |
| Octal | 111 | 140 | 17 | 30 | 0 | 124 | 76 | 115 | 111 | 26 |
| Binary | 1001001 | 1100000 | 1111 | 11000 | 0 | 1010100 | 111110 | 1001101 | 1001001 | 10110 |
Color Harmonies of #49600F
Complementary color
Monochromatic Colors of #49600F
Black with #49600F
Text Example
Text Example
White with #49600F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49600F; }
p { color: rgb(73,96,15); }
H1.HeaderClassName
{
color: #49600F;
}
.AnyTagClassName
{
color: #49600F;
}
</style>
background-color css
<style>
a { background-color: #49600F; }
a { background-color: rgb(73,96,15); }
div.DivClassName
{
background-color: #49600F;
}
.BgClassName
{
background-color: #49600F;
}
</style>
border-color css
<style>
span { border-color: #49600F; }
span { border-color: rgb(73,96,15); }
td.TdClassName
{
border-color: #49600F;
}
.TagClassName
{
border-color: #49600F;
}
</style>