Shades of Clover #49562E
Tints of Clover #49562E
RGB
CMYK
RGB Variations
Color information
#49562E (or 0x49562E) is known color: Clover. HEX triplet: 49, 56 and 2E. RGB value is (73,86,46). Sum of RGB (Red+Green+Blue) = 73+86+46=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 46 (18.36% from 255 or 22.44% from 205); Max value from RGB is 86 - color contains mainly: green. Hex color #49562E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49562E is #B6A9D1. Grayscale: #4D4D4D. Windows color (decimal): -11971026 or 3036745. OLE color: 3036745.
HSL color Cylindrical-coordinate representation of color #49562E: hue angle of 79.5º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49562E is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 73 | 86 | 46 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.66 |
| HSL | 79.5º | 0.3% | 0.26% | - |
| HSV(B) | 79.5º | 0.47% | 0.34% | - |
| XYZ | 6.57 | 8.27 | 3.83 | - |
| YUV | 77.55 | 110.19 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 86 | 46 | 0.15 | 0 | 0.47 | 0.66 | 79.5 | 0.3 | 0.26 |
| Hex | 49 | 56 | 2E | F | 0 | 2F | 42 | 50 | 1E | 1A |
| Octal | 111 | 126 | 56 | 17 | 0 | 57 | 102 | 120 | 36 | 32 |
| Binary | 1001001 | 1010110 | 101110 | 1111 | 0 | 101111 | 1000010 | 1010000 | 11110 | 11010 |
Color Harmonies of #49562E
Complementary color
Monochromatic Colors of #49562E
Black with #49562E
Text Example
Text Example
White with #49562E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49562E; }
p { color: rgb(73,86,46); }
H1.HeaderClassName
{
color: #49562E;
}
.AnyTagClassName
{
color: #49562E;
}
</style>
background-color css
<style>
a { background-color: #49562E; }
a { background-color: rgb(73,86,46); }
div.DivClassName
{
background-color: #49562E;
}
.BgClassName
{
background-color: #49562E;
}
</style>
border-color css
<style>
span { border-color: #49562E; }
span { border-color: rgb(73,86,46); }
td.TdClassName
{
border-color: #49562E;
}
.TagClassName
{
border-color: #49562E;
}
</style>