Shades of Verdun Green #49540C
Tints of Verdun Green #49540C
RGB
CMYK
RGB Variations
Color information
#49540C (or 0x49540C) is known color: Verdun Green. HEX triplet: 49, 54 and 0C. RGB value is (73,84,12). Sum of RGB (Red+Green+Blue) = 73+84+12=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 84 (33.20% from 255 or 49.70% from 169); Blue value is 12 (5.08% from 255 or 7.10% from 169); Max value from RGB is 84 - color contains mainly: green. Hex color #49540C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49540C is #B6ABF3. Grayscale: #484848. Windows color (decimal): -11971572 or 808009. OLE color: 808009.
HSL color Cylindrical-coordinate representation of color #49540C: hue angle of 69.17º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #49540C is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 84 | 12 | - |
| CMYK | 0.13 | 0 | 0.86 | 0.67 |
| HSL | 69.17º | 0.75% | 0.19% | - |
| HSV(B) | 69.17º | 0.86% | 0.33% | - |
| XYZ | 5.98 | 7.78 | 1.53 | - |
| YUV | 72.5 | 93.86 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 84 | 12 | 0.13 | 0 | 0.86 | 0.67 | 69.17 | 0.75 | 0.19 |
| Hex | 49 | 54 | C | D | 0 | 56 | 43 | 45 | 4B | 13 |
| Octal | 111 | 124 | 14 | 15 | 0 | 126 | 103 | 105 | 113 | 23 |
| Binary | 1001001 | 1010100 | 1100 | 1101 | 0 | 1010110 | 1000011 | 1000101 | 1001011 | 10011 |
Color Harmonies of #49540C
Complementary color
Monochromatic Colors of #49540C
Black with #49540C
Text Example
Text Example
White with #49540C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49540C; }
p { color: rgb(73,84,12); }
H1.HeaderClassName
{
color: #49540C;
}
.AnyTagClassName
{
color: #49540C;
}
</style>
background-color css
<style>
a { background-color: #49540C; }
a { background-color: rgb(73,84,12); }
div.DivClassName
{
background-color: #49540C;
}
.BgClassName
{
background-color: #49540C;
}
</style>
border-color css
<style>
span { border-color: #49540C; }
span { border-color: rgb(73,84,12); }
td.TdClassName
{
border-color: #49540C;
}
.TagClassName
{
border-color: #49540C;
}
</style>