Shades of Verdun Green #49530E
Tints of Verdun Green #49530E
RGB
CMYK
RGB Variations
Color information
#49530E (or 0x49530E) is known color: Verdun Green. HEX triplet: 49, 53 and 0E. RGB value is (73,83,14). Sum of RGB (Red+Green+Blue) = 73+83+14=170 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.94% from 170); Green value is 83 (32.81% from 255 or 48.82% from 170); Blue value is 14 (5.86% from 255 or 8.24% from 170); Max value from RGB is 83 - color contains mainly: green. Hex color #49530E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49530E is #B6ACF1. Grayscale: #484848. Windows color (decimal): -11971826 or 938825. OLE color: 938825.
HSL color Cylindrical-coordinate representation of color #49530E: hue angle of 68.7º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #49530E is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 83 | 14 | - |
| CMYK | 0.12 | 0 | 0.83 | 0.67 |
| HSL | 68.7º | 0.71% | 0.19% | - |
| HSV(B) | 68.7º | 0.83% | 0.33% | - |
| XYZ | 5.92 | 7.63 | 1.58 | - |
| YUV | 72.14 | 95.19 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 14 | 0.12 | 0 | 0.83 | 0.67 | 68.7 | 0.71 | 0.19 |
| Hex | 49 | 53 | E | C | 0 | 53 | 43 | 45 | 47 | 13 |
| Octal | 111 | 123 | 16 | 14 | 0 | 123 | 103 | 105 | 107 | 23 |
| Binary | 1001001 | 1010011 | 1110 | 1100 | 0 | 1010011 | 1000011 | 1000101 | 1000111 | 10011 |
Color Harmonies of #49530E
Complementary color
Monochromatic Colors of #49530E
Black with #49530E
Text Example
Text Example
White with #49530E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49530E; }
p { color: rgb(73,83,14); }
H1.HeaderClassName
{
color: #49530E;
}
.AnyTagClassName
{
color: #49530E;
}
</style>
background-color css
<style>
a { background-color: #49530E; }
a { background-color: rgb(73,83,14); }
div.DivClassName
{
background-color: #49530E;
}
.BgClassName
{
background-color: #49530E;
}
</style>
border-color css
<style>
span { border-color: #49530E; }
span { border-color: rgb(73,83,14); }
td.TdClassName
{
border-color: #49530E;
}
.TagClassName
{
border-color: #49530E;
}
</style>