Shades of Verdun Green #49660F
Tints of Verdun Green #49660F
RGB
CMYK
RGB Variations
Color information
#49660F (or 0x49660F) is known color: Verdun Green. HEX triplet: 49, 66 and 0F. RGB value is (73,102,15). Sum of RGB (Red+Green+Blue) = 73+102+15=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 102 (40.23% from 255 or 53.68% from 190); Blue value is 15 (6.25% from 255 or 7.89% from 190); Max value from RGB is 102 - color contains mainly: green. Hex color #49660F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49660F is #B699F0. Grayscale: #535353. Windows color (decimal): -11966961 or 1009225. OLE color: 1009225.
HSL color Cylindrical-coordinate representation of color #49660F: hue angle of 80º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #49660F is Cyan = 0.28, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 73 | 102 | 15 | - |
| CMYK | 0.28 | 0 | 0.85 | 0.6 |
| HSL | 80º | 0.74% | 0.23% | - |
| HSV(B) | 80º | 0.85% | 0.4% | - |
| XYZ | 7.59 | 10.95 | 2.17 | - |
| YUV | 83.41 | 89.39 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 102 | 15 | 0.28 | 0 | 0.85 | 0.6 | 80 | 0.74 | 0.23 |
| Hex | 49 | 66 | F | 1C | 0 | 55 | 3C | 50 | 4A | 17 |
| Octal | 111 | 146 | 17 | 34 | 0 | 125 | 74 | 120 | 112 | 27 |
| Binary | 1001001 | 1100110 | 1111 | 11100 | 0 | 1010101 | 111100 | 1010000 | 1001010 | 10111 |
Color Harmonies of #49660F
Complementary color
Monochromatic Colors of #49660F
Black with #49660F
Text Example
Text Example
White with #49660F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49660F; }
p { color: rgb(73,102,15); }
H1.HeaderClassName
{
color: #49660F;
}
.AnyTagClassName
{
color: #49660F;
}
</style>
background-color css
<style>
a { background-color: #49660F; }
a { background-color: rgb(73,102,15); }
div.DivClassName
{
background-color: #49660F;
}
.BgClassName
{
background-color: #49660F;
}
</style>
border-color css
<style>
span { border-color: #49660F; }
span { border-color: rgb(73,102,15); }
td.TdClassName
{
border-color: #49660F;
}
.TagClassName
{
border-color: #49660F;
}
</style>