Shades of Verdun Green #49591C
Tints of Verdun Green #49591C
RGB
CMYK
RGB Variations
Color information
#49591C (or 0x49591C) is known color: Verdun Green. HEX triplet: 49, 59 and 1C. RGB value is (73,89,28). Sum of RGB (Red+Green+Blue) = 73+89+28=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 89 (35.16% from 255 or 46.84% from 190); Blue value is 28 (11.33% from 255 or 14.74% from 190); Max value from RGB is 89 - color contains mainly: green. Hex color #49591C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49591C is #B6A6E3. Grayscale: #4D4D4D. Windows color (decimal): -11970276 or 1857865. OLE color: 1857865.
HSL color Cylindrical-coordinate representation of color #49591C: hue angle of 75.74º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49591C is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 89 | 28 | - |
| CMYK | 0.18 | 0 | 0.69 | 0.65 |
| HSL | 75.74º | 0.52% | 0.23% | - |
| HSV(B) | 75.74º | 0.69% | 0.35% | - |
| XYZ | 6.53 | 8.65 | 2.42 | - |
| YUV | 77.26 | 100.2 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 89 | 28 | 0.18 | 0 | 0.69 | 0.65 | 75.74 | 0.52 | 0.23 |
| Hex | 49 | 59 | 1C | 12 | 0 | 45 | 41 | 4C | 34 | 17 |
| Octal | 111 | 131 | 34 | 22 | 0 | 105 | 101 | 114 | 64 | 27 |
| Binary | 1001001 | 1011001 | 11100 | 10010 | 0 | 1000101 | 1000001 | 1001100 | 110100 | 10111 |
Color Harmonies of #49591C
Complementary color
Monochromatic Colors of #49591C
Black with #49591C
Text Example
Text Example
White with #49591C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49591C; }
p { color: rgb(73,89,28); }
H1.HeaderClassName
{
color: #49591C;
}
.AnyTagClassName
{
color: #49591C;
}
</style>
background-color css
<style>
a { background-color: #49591C; }
a { background-color: rgb(73,89,28); }
div.DivClassName
{
background-color: #49591C;
}
.BgClassName
{
background-color: #49591C;
}
</style>
border-color css
<style>
span { border-color: #49591C; }
span { border-color: rgb(73,89,28); }
td.TdClassName
{
border-color: #49591C;
}
.TagClassName
{
border-color: #49591C;
}
</style>