Shades of Verdun Green #49610B
Tints of Verdun Green #49610B
RGB
CMYK
RGB Variations
Color information
#49610B (or 0x49610B) is known color: Verdun Green. HEX triplet: 49, 61 and 0B. RGB value is (73,97,11). Sum of RGB (Red+Green+Blue) = 73+97+11=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 97 (38.28% from 255 or 53.59% from 181); Blue value is 11 (4.69% from 255 or 6.08% from 181); Max value from RGB is 97 - color contains mainly: green. Hex color #49610B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49610B is #B69EF4. Grayscale: #505050. Windows color (decimal): -11968245 or 745801. OLE color: 745801.
HSL color Cylindrical-coordinate representation of color #49610B: hue angle of 76.74º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #49610B is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 97 | 11 | - |
| CMYK | 0.25 | 0 | 0.89 | 0.62 |
| HSL | 76.74º | 0.8% | 0.21% | - |
| HSV(B) | 76.74º | 0.89% | 0.38% | - |
| XYZ | 7.08 | 9.99 | 1.87 | - |
| YUV | 80.02 | 89.05 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 97 | 11 | 0.25 | 0 | 0.89 | 0.62 | 76.74 | 0.8 | 0.21 |
| Hex | 49 | 61 | B | 19 | 0 | 59 | 3E | 4D | 50 | 15 |
| Octal | 111 | 141 | 13 | 31 | 0 | 131 | 76 | 115 | 120 | 25 |
| Binary | 1001001 | 1100001 | 1011 | 11001 | 0 | 1011001 | 111110 | 1001101 | 1010000 | 10101 |
Color Harmonies of #49610B
Complementary color
Monochromatic Colors of #49610B
Black with #49610B
Text Example
Text Example
White with #49610B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49610B; }
p { color: rgb(73,97,11); }
H1.HeaderClassName
{
color: #49610B;
}
.AnyTagClassName
{
color: #49610B;
}
</style>
background-color css
<style>
a { background-color: #49610B; }
a { background-color: rgb(73,97,11); }
div.DivClassName
{
background-color: #49610B;
}
.BgClassName
{
background-color: #49610B;
}
</style>
border-color css
<style>
span { border-color: #49610B; }
span { border-color: rgb(73,97,11); }
td.TdClassName
{
border-color: #49610B;
}
.TagClassName
{
border-color: #49610B;
}
</style>