Shades of Verdun Green #49561A
Tints of Verdun Green #49561A
RGB
CMYK
RGB Variations
Color information
#49561A (or 0x49561A) is known color: Verdun Green. HEX triplet: 49, 56 and 1A. RGB value is (73,86,26). Sum of RGB (Red+Green+Blue) = 73+86+26=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 86 (33.98% from 255 or 46.49% from 185); Blue value is 26 (10.55% from 255 or 14.05% from 185); Max value from RGB is 86 - color contains mainly: green. Hex color #49561A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49561A is #B6A9E5. Grayscale: #4B4B4B. Windows color (decimal): -11971046 or 1726025. OLE color: 1726025.
HSL color Cylindrical-coordinate representation of color #49561A: hue angle of 73º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49561A is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 73 | 86 | 26 | - |
| CMYK | 0.15 | 0 | 0.70 | 0.66 |
| HSL | 73º | 0.54% | 0.22% | - |
| HSV(B) | 73º | 0.7% | 0.34% | - |
| XYZ | 6.26 | 8.15 | 2.22 | - |
| YUV | 75.27 | 100.19 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 86 | 26 | 0.15 | 0 | 0.70 | 0.66 | 73 | 0.54 | 0.22 |
| Hex | 49 | 56 | 1A | F | 0 | 46 | 42 | 49 | 36 | 16 |
| Octal | 111 | 126 | 32 | 17 | 0 | 106 | 102 | 111 | 66 | 26 |
| Binary | 1001001 | 1010110 | 11010 | 1111 | 0 | 1000110 | 1000010 | 1001001 | 110110 | 10110 |
Color Harmonies of #49561A
Complementary color
Monochromatic Colors of #49561A
Black with #49561A
Text Example
Text Example
White with #49561A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49561A; }
p { color: rgb(73,86,26); }
H1.HeaderClassName
{
color: #49561A;
}
.AnyTagClassName
{
color: #49561A;
}
</style>
background-color css
<style>
a { background-color: #49561A; }
a { background-color: rgb(73,86,26); }
div.DivClassName
{
background-color: #49561A;
}
.BgClassName
{
background-color: #49561A;
}
</style>
border-color css
<style>
span { border-color: #49561A; }
span { border-color: rgb(73,86,26); }
td.TdClassName
{
border-color: #49561A;
}
.TagClassName
{
border-color: #49561A;
}
</style>