Shades of Verdun Green #49550C
Tints of Verdun Green #49550C
RGB
CMYK
RGB Variations
Color information
#49550C (or 0x49550C) is known color: Verdun Green. HEX triplet: 49, 55 and 0C. RGB value is (73,85,12). Sum of RGB (Red+Green+Blue) = 73+85+12=170 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.94% from 170); Green value is 85 (33.59% from 255 or 50% from 170); Blue value is 12 (5.08% from 255 or 7.06% from 170); Max value from RGB is 85 - color contains mainly: green. Hex color #49550C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49550C is #B6AAF3. Grayscale: #494949. Windows color (decimal): -11971316 or 808265. OLE color: 808265.
HSL color Cylindrical-coordinate representation of color #49550C: hue angle of 69.86º 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 #49550C is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 85 | 12 | - |
| CMYK | 0.14 | 0 | 0.86 | 0.67 |
| HSL | 69.86º | 0.75% | 0.19% | - |
| HSV(B) | 69.86º | 0.86% | 0.33% | - |
| XYZ | 6.06 | 7.94 | 1.56 | - |
| YUV | 73.09 | 93.52 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 12 | 0.14 | 0 | 0.86 | 0.67 | 69.86 | 0.75 | 0.19 |
| Hex | 49 | 55 | C | E | 0 | 56 | 43 | 46 | 4B | 13 |
| Octal | 111 | 125 | 14 | 16 | 0 | 126 | 103 | 106 | 113 | 23 |
| Binary | 1001001 | 1010101 | 1100 | 1110 | 0 | 1010110 | 1000011 | 1000110 | 1001011 | 10011 |
Color Harmonies of #49550C
Complementary color
Monochromatic Colors of #49550C
Black with #49550C
Text Example
Text Example
White with #49550C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49550C; }
p { color: rgb(73,85,12); }
H1.HeaderClassName
{
color: #49550C;
}
.AnyTagClassName
{
color: #49550C;
}
</style>
background-color css
<style>
a { background-color: #49550C; }
a { background-color: rgb(73,85,12); }
div.DivClassName
{
background-color: #49550C;
}
.BgClassName
{
background-color: #49550C;
}
</style>
border-color css
<style>
span { border-color: #49550C; }
span { border-color: rgb(73,85,12); }
td.TdClassName
{
border-color: #49550C;
}
.TagClassName
{
border-color: #49550C;
}
</style>