Shades of Verdun Green #49520B
Tints of Verdun Green #49520B
RGB
CMYK
RGB Variations
Color information
#49520B (or 0x49520B) is known color: Verdun Green. HEX triplet: 49, 52 and 0B. RGB value is (73,82,11). Sum of RGB (Red+Green+Blue) = 73+82+11=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 82 (32.42% from 255 or 49.40% from 166); Blue value is 11 (4.69% from 255 or 6.63% from 166); Max value from RGB is 82 - color contains mainly: green. Hex color #49520B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49520B is #B6ADF4. Grayscale: #474747. Windows color (decimal): -11972085 or 741961. OLE color: 741961.
HSL color Cylindrical-coordinate representation of color #49520B: hue angle of 67.61º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #49520B is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 82 | 11 | - |
| CMYK | 0.11 | 0 | 0.87 | 0.68 |
| HSL | 67.61º | 0.76% | 0.18% | - |
| HSV(B) | 67.61º | 0.87% | 0.32% | - |
| XYZ | 5.83 | 7.48 | 1.45 | - |
| YUV | 71.22 | 94.02 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 82 | 11 | 0.11 | 0 | 0.87 | 0.68 | 67.61 | 0.76 | 0.18 |
| Hex | 49 | 52 | B | B | 0 | 57 | 44 | 44 | 4C | 12 |
| Octal | 111 | 122 | 13 | 13 | 0 | 127 | 104 | 104 | 114 | 22 |
| Binary | 1001001 | 1010010 | 1011 | 1011 | 0 | 1010111 | 1000100 | 1000100 | 1001100 | 10010 |
Color Harmonies of #49520B
Complementary color
Monochromatic Colors of #49520B
Black with #49520B
Text Example
Text Example
White with #49520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49520B; }
p { color: rgb(73,82,11); }
H1.HeaderClassName
{
color: #49520B;
}
.AnyTagClassName
{
color: #49520B;
}
</style>
background-color css
<style>
a { background-color: #49520B; }
a { background-color: rgb(73,82,11); }
div.DivClassName
{
background-color: #49520B;
}
.BgClassName
{
background-color: #49520B;
}
</style>
border-color css
<style>
span { border-color: #49520B; }
span { border-color: rgb(73,82,11); }
td.TdClassName
{
border-color: #49520B;
}
.TagClassName
{
border-color: #49520B;
}
</style>