Shades of Verdun Green #49561C
Tints of Verdun Green #49561C
RGB
CMYK
RGB Variations
Color information
#49561C (or 0x49561C) is known color: Verdun Green. HEX triplet: 49, 56 and 1C. RGB value is (73,86,28). Sum of RGB (Red+Green+Blue) = 73+86+28=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 86 (33.98% from 255 or 45.99% from 187); Blue value is 28 (11.33% from 255 or 14.97% from 187); Max value from RGB is 86 - color contains mainly: green. Hex color #49561C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49561C is #B6A9E3. Grayscale: #4B4B4B. Windows color (decimal): -11971044 or 1857097. OLE color: 1857097.
HSL color Cylindrical-coordinate representation of color #49561C: hue angle of 73.45º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49561C is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 73 | 86 | 28 | - |
| CMYK | 0.15 | 0 | 0.67 | 0.66 |
| HSL | 73.45º | 0.51% | 0.22% | - |
| HSV(B) | 73.45º | 0.67% | 0.34% | - |
| XYZ | 6.29 | 8.16 | 2.34 | - |
| YUV | 75.5 | 101.19 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 86 | 28 | 0.15 | 0 | 0.67 | 0.66 | 73.45 | 0.51 | 0.22 |
| Hex | 49 | 56 | 1C | F | 0 | 43 | 42 | 49 | 33 | 16 |
| Octal | 111 | 126 | 34 | 17 | 0 | 103 | 102 | 111 | 63 | 26 |
| Binary | 1001001 | 1010110 | 11100 | 1111 | 0 | 1000011 | 1000010 | 1001001 | 110011 | 10110 |
Color Harmonies of #49561C
Complementary color
Monochromatic Colors of #49561C
Black with #49561C
Text Example
Text Example
White with #49561C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49561C; }
p { color: rgb(73,86,28); }
H1.HeaderClassName
{
color: #49561C;
}
.AnyTagClassName
{
color: #49561C;
}
</style>
background-color css
<style>
a { background-color: #49561C; }
a { background-color: rgb(73,86,28); }
div.DivClassName
{
background-color: #49561C;
}
.BgClassName
{
background-color: #49561C;
}
</style>
border-color css
<style>
span { border-color: #49561C; }
span { border-color: rgb(73,86,28); }
td.TdClassName
{
border-color: #49561C;
}
.TagClassName
{
border-color: #49561C;
}
</style>