Shades of Verdun Green #49551A
Tints of Verdun Green #49551A
RGB
CMYK
RGB Variations
Color information
#49551A (or 0x49551A) is known color: Verdun Green. HEX triplet: 49, 55 and 1A. RGB value is (73,85,26). Sum of RGB (Red+Green+Blue) = 73+85+26=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 85 (33.59% from 255 or 46.20% from 184); Blue value is 26 (10.55% from 255 or 14.13% from 184); Max value from RGB is 85 - color contains mainly: green. Hex color #49551A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49551A is #B6AAE5. Grayscale: #4A4A4A. Windows color (decimal): -11971302 or 1725769. OLE color: 1725769.
HSL color Cylindrical-coordinate representation of color #49551A: hue angle of 72.2º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49551A is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 85 | 26 | - |
| CMYK | 0.14 | 0 | 0.69 | 0.67 |
| HSL | 72.2º | 0.53% | 0.22% | - |
| HSV(B) | 72.2º | 0.69% | 0.33% | - |
| XYZ | 6.18 | 7.99 | 2.19 | - |
| YUV | 74.69 | 100.52 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 26 | 0.14 | 0 | 0.69 | 0.67 | 72.2 | 0.53 | 0.22 |
| Hex | 49 | 55 | 1A | E | 0 | 45 | 43 | 48 | 35 | 16 |
| Octal | 111 | 125 | 32 | 16 | 0 | 105 | 103 | 110 | 65 | 26 |
| Binary | 1001001 | 1010101 | 11010 | 1110 | 0 | 1000101 | 1000011 | 1001000 | 110101 | 10110 |
Color Harmonies of #49551A
Complementary color
Monochromatic Colors of #49551A
Black with #49551A
Text Example
Text Example
White with #49551A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49551A; }
p { color: rgb(73,85,26); }
H1.HeaderClassName
{
color: #49551A;
}
.AnyTagClassName
{
color: #49551A;
}
</style>
background-color css
<style>
a { background-color: #49551A; }
a { background-color: rgb(73,85,26); }
div.DivClassName
{
background-color: #49551A;
}
.BgClassName
{
background-color: #49551A;
}
</style>
border-color css
<style>
span { border-color: #49551A; }
span { border-color: rgb(73,85,26); }
td.TdClassName
{
border-color: #49551A;
}
.TagClassName
{
border-color: #49551A;
}
</style>