Shades of Verdun Green #49530D
Tints of Verdun Green #49530D
RGB
CMYK
RGB Variations
Color information
#49530D (or 0x49530D) is known color: Verdun Green. HEX triplet: 49, 53 and 0D. RGB value is (73,83,13). Sum of RGB (Red+Green+Blue) = 73+83+13=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 83 (32.81% from 255 or 49.11% from 169); Blue value is 13 (5.47% from 255 or 7.69% from 169); Max value from RGB is 83 - color contains mainly: green. Hex color #49530D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49530D is #B6ACF2. Grayscale: #484848. Windows color (decimal): -11971827 or 873289. OLE color: 873289.
HSL color Cylindrical-coordinate representation of color #49530D: hue angle of 68.57º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #49530D is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 83 | 13 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.67 |
| HSL | 68.57º | 0.73% | 0.19% | - |
| HSV(B) | 68.57º | 0.84% | 0.33% | - |
| XYZ | 5.91 | 7.63 | 1.54 | - |
| YUV | 72.03 | 94.69 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 13 | 0.12 | 0 | 0.84 | 0.67 | 68.57 | 0.73 | 0.19 |
| Hex | 49 | 53 | D | C | 0 | 54 | 43 | 45 | 49 | 13 |
| Octal | 111 | 123 | 15 | 14 | 0 | 124 | 103 | 105 | 111 | 23 |
| Binary | 1001001 | 1010011 | 1101 | 1100 | 0 | 1010100 | 1000011 | 1000101 | 1001001 | 10011 |
Color Harmonies of #49530D
Complementary color
Monochromatic Colors of #49530D
Black with #49530D
Text Example
Text Example
White with #49530D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49530D; }
p { color: rgb(73,83,13); }
H1.HeaderClassName
{
color: #49530D;
}
.AnyTagClassName
{
color: #49530D;
}
</style>
background-color css
<style>
a { background-color: #49530D; }
a { background-color: rgb(73,83,13); }
div.DivClassName
{
background-color: #49530D;
}
.BgClassName
{
background-color: #49530D;
}
</style>
border-color css
<style>
span { border-color: #49530D; }
span { border-color: rgb(73,83,13); }
td.TdClassName
{
border-color: #49530D;
}
.TagClassName
{
border-color: #49530D;
}
</style>