Shades of Verdun Green #49500B
Tints of Verdun Green #49500B
RGB
CMYK
RGB Variations
Color information
#49500B (or 0x49500B) is known color: Verdun Green. HEX triplet: 49, 50 and 0B. RGB value is (73,80,11). Sum of RGB (Red+Green+Blue) = 73+80+11=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 80 (31.64% from 255 or 48.78% from 164); Blue value is 11 (4.69% from 255 or 6.71% from 164); Max value from RGB is 80 - color contains mainly: green. Hex color #49500B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49500B is #B6AFF4. Grayscale: #464646. Windows color (decimal): -11972597 or 741449. OLE color: 741449.
HSL color Cylindrical-coordinate representation of color #49500B: hue angle of 66.09º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #49500B is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 80 | 11 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.69 |
| HSL | 66.09º | 0.76% | 0.18% | - |
| HSV(B) | 66.09º | 0.86% | 0.31% | - |
| XYZ | 5.68 | 7.18 | 1.4 | - |
| YUV | 70.04 | 94.68 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 80 | 11 | 0.09 | 0 | 0.86 | 0.69 | 66.09 | 0.76 | 0.18 |
| Hex | 49 | 50 | B | 9 | 0 | 56 | 45 | 42 | 4C | 12 |
| Octal | 111 | 120 | 13 | 11 | 0 | 126 | 105 | 102 | 114 | 22 |
| Binary | 1001001 | 1010000 | 1011 | 1001 | 0 | 1010110 | 1000101 | 1000010 | 1001100 | 10010 |
Color Harmonies of #49500B
Complementary color
Monochromatic Colors of #49500B
Black with #49500B
Text Example
Text Example
White with #49500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49500B; }
p { color: rgb(73,80,11); }
H1.HeaderClassName
{
color: #49500B;
}
.AnyTagClassName
{
color: #49500B;
}
</style>
background-color css
<style>
a { background-color: #49500B; }
a { background-color: rgb(73,80,11); }
div.DivClassName
{
background-color: #49500B;
}
.BgClassName
{
background-color: #49500B;
}
</style>
border-color css
<style>
span { border-color: #49500B; }
span { border-color: rgb(73,80,11); }
td.TdClassName
{
border-color: #49500B;
}
.TagClassName
{
border-color: #49500B;
}
</style>