Shades of Verdun Green #49561D
Tints of Verdun Green #49561D
RGB
CMYK
RGB Variations
Color information
#49561D (or 0x49561D) is known color: Verdun Green. HEX triplet: 49, 56 and 1D. RGB value is (73,86,29). Sum of RGB (Red+Green+Blue) = 73+86+29=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 86 (33.98% from 255 or 45.74% from 188); Blue value is 29 (11.72% from 255 or 15.43% from 188); Max value from RGB is 86 - color contains mainly: green. Hex color #49561D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49561D is #B6A9E2. Grayscale: #4B4B4B. Windows color (decimal): -11971043 or 1922633. OLE color: 1922633.
HSL color Cylindrical-coordinate representation of color #49561D: hue angle of 73.68º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49561D is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 73 | 86 | 29 | - |
| CMYK | 0.15 | 0 | 0.66 | 0.66 |
| HSL | 73.68º | 0.5% | 0.23% | - |
| HSV(B) | 73.68º | 0.66% | 0.34% | - |
| XYZ | 6.3 | 8.16 | 2.41 | - |
| YUV | 75.62 | 101.69 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 86 | 29 | 0.15 | 0 | 0.66 | 0.66 | 73.68 | 0.5 | 0.23 |
| Hex | 49 | 56 | 1D | F | 0 | 42 | 42 | 4A | 32 | 17 |
| Octal | 111 | 126 | 35 | 17 | 0 | 102 | 102 | 112 | 62 | 27 |
| Binary | 1001001 | 1010110 | 11101 | 1111 | 0 | 1000010 | 1000010 | 1001010 | 110010 | 10111 |
Color Harmonies of #49561D
Complementary color
Monochromatic Colors of #49561D
Black with #49561D
Text Example
Text Example
White with #49561D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49561D; }
p { color: rgb(73,86,29); }
H1.HeaderClassName
{
color: #49561D;
}
.AnyTagClassName
{
color: #49561D;
}
</style>
background-color css
<style>
a { background-color: #49561D; }
a { background-color: rgb(73,86,29); }
div.DivClassName
{
background-color: #49561D;
}
.BgClassName
{
background-color: #49561D;
}
</style>
border-color css
<style>
span { border-color: #49561D; }
span { border-color: rgb(73,86,29); }
td.TdClassName
{
border-color: #49561D;
}
.TagClassName
{
border-color: #49561D;
}
</style>