Shades of Verdun Green #49521D
Tints of Verdun Green #49521D
RGB
CMYK
RGB Variations
Color information
#49521D (or 0x49521D) is known color: Verdun Green. HEX triplet: 49, 52 and 1D. RGB value is (73,82,29). Sum of RGB (Red+Green+Blue) = 73+82+29=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 82 (32.42% from 255 or 44.57% from 184); Blue value is 29 (11.72% from 255 or 15.76% from 184); Max value from RGB is 82 - color contains mainly: green. Hex color #49521D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49521D is #B6ADE2. Grayscale: #494949. Windows color (decimal): -11972067 or 1921609. OLE color: 1921609.
HSL color Cylindrical-coordinate representation of color #49521D: hue angle of 70.19º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49521D is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 82 | 29 | - |
| CMYK | 0.11 | 0 | 0.65 | 0.68 |
| HSL | 70.19º | 0.48% | 0.22% | - |
| HSV(B) | 70.19º | 0.65% | 0.32% | - |
| XYZ | 5.99 | 7.54 | 2.3 | - |
| YUV | 73.27 | 103.02 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 82 | 29 | 0.11 | 0 | 0.65 | 0.68 | 70.19 | 0.48 | 0.22 |
| Hex | 49 | 52 | 1D | B | 0 | 41 | 44 | 46 | 30 | 16 |
| Octal | 111 | 122 | 35 | 13 | 0 | 101 | 104 | 106 | 60 | 26 |
| Binary | 1001001 | 1010010 | 11101 | 1011 | 0 | 1000001 | 1000100 | 1000110 | 110000 | 10110 |
Color Harmonies of #49521D
Complementary color
Monochromatic Colors of #49521D
Black with #49521D
Text Example
Text Example
White with #49521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49521D; }
p { color: rgb(73,82,29); }
H1.HeaderClassName
{
color: #49521D;
}
.AnyTagClassName
{
color: #49521D;
}
</style>
background-color css
<style>
a { background-color: #49521D; }
a { background-color: rgb(73,82,29); }
div.DivClassName
{
background-color: #49521D;
}
.BgClassName
{
background-color: #49521D;
}
</style>
border-color css
<style>
span { border-color: #49521D; }
span { border-color: rgb(73,82,29); }
td.TdClassName
{
border-color: #49521D;
}
.TagClassName
{
border-color: #49521D;
}
</style>