Shades of Verdun Green #49670C
Tints of Verdun Green #49670C
RGB
CMYK
RGB Variations
Color information
#49670C (or 0x49670C) is known color: Verdun Green. HEX triplet: 49, 67 and 0C. RGB value is (73,103,12). Sum of RGB (Red+Green+Blue) = 73+103+12=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 103 (40.62% from 255 or 54.79% from 188); Blue value is 12 (5.08% from 255 or 6.38% from 188); Max value from RGB is 103 - color contains mainly: green. Hex color #49670C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49670C is #B698F3. Grayscale: #535353. Windows color (decimal): -11966708 or 812873. OLE color: 812873.
HSL color Cylindrical-coordinate representation of color #49670C: hue angle of 79.78º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #49670C is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 73 | 103 | 12 | - |
| CMYK | 0.29 | 0 | 0.88 | 0.60 |
| HSL | 79.78º | 0.79% | 0.23% | - |
| HSV(B) | 79.78º | 0.88% | 0.4% | - |
| XYZ | 7.66 | 11.14 | 2.09 | - |
| YUV | 83.66 | 87.56 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 103 | 12 | 0.29 | 0 | 0.88 | 0.60 | 79.78 | 0.79 | 0.23 |
| Hex | 49 | 67 | C | 1D | 0 | 58 | 3C | 50 | 4F | 17 |
| Octal | 111 | 147 | 14 | 35 | 0 | 130 | 74 | 120 | 117 | 27 |
| Binary | 1001001 | 1100111 | 1100 | 11101 | 0 | 1011000 | 111100 | 1010000 | 1001111 | 10111 |
Color Harmonies of #49670C
Complementary color
Monochromatic Colors of #49670C
Black with #49670C
Text Example
Text Example
White with #49670C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49670C; }
p { color: rgb(73,103,12); }
H1.HeaderClassName
{
color: #49670C;
}
.AnyTagClassName
{
color: #49670C;
}
</style>
background-color css
<style>
a { background-color: #49670C; }
a { background-color: rgb(73,103,12); }
div.DivClassName
{
background-color: #49670C;
}
.BgClassName
{
background-color: #49670C;
}
</style>
border-color css
<style>
span { border-color: #49670C; }
span { border-color: rgb(73,103,12); }
td.TdClassName
{
border-color: #49670C;
}
.TagClassName
{
border-color: #49670C;
}
</style>