Shades of Verdun Green #49670D
Tints of Verdun Green #49670D
RGB
CMYK
RGB Variations
Color information
#49670D (or 0x49670D) is known color: Verdun Green. HEX triplet: 49, 67 and 0D. RGB value is (73,103,13). Sum of RGB (Red+Green+Blue) = 73+103+13=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 103 (40.62% from 255 or 54.50% from 189); Blue value is 13 (5.47% from 255 or 6.88% from 189); Max value from RGB is 103 - color contains mainly: green. Hex color #49670D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49670D is #B698F2. Grayscale: #545454. Windows color (decimal): -11966707 or 878409. OLE color: 878409.
HSL color Cylindrical-coordinate representation of color #49670D: hue angle of 80º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #49670D is Cyan = 0.29, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 73 | 103 | 13 | - |
| CMYK | 0.29 | 0 | 0.87 | 0.60 |
| HSL | 80º | 0.78% | 0.23% | - |
| HSV(B) | 80º | 0.87% | 0.4% | - |
| XYZ | 7.67 | 11.15 | 2.13 | - |
| YUV | 83.77 | 88.06 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 103 | 13 | 0.29 | 0 | 0.87 | 0.60 | 80 | 0.78 | 0.23 |
| Hex | 49 | 67 | D | 1D | 0 | 57 | 3C | 50 | 4E | 17 |
| Octal | 111 | 147 | 15 | 35 | 0 | 127 | 74 | 120 | 116 | 27 |
| Binary | 1001001 | 1100111 | 1101 | 11101 | 0 | 1010111 | 111100 | 1010000 | 1001110 | 10111 |
Color Harmonies of #49670D
Complementary color
Monochromatic Colors of #49670D
Black with #49670D
Text Example
Text Example
White with #49670D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49670D; }
p { color: rgb(73,103,13); }
H1.HeaderClassName
{
color: #49670D;
}
.AnyTagClassName
{
color: #49670D;
}
</style>
background-color css
<style>
a { background-color: #49670D; }
a { background-color: rgb(73,103,13); }
div.DivClassName
{
background-color: #49670D;
}
.BgClassName
{
background-color: #49670D;
}
</style>
border-color css
<style>
span { border-color: #49670D; }
span { border-color: rgb(73,103,13); }
td.TdClassName
{
border-color: #49670D;
}
.TagClassName
{
border-color: #49670D;
}
</style>