Shades of Clover #49602B
Tints of Clover #49602B
RGB
CMYK
RGB Variations
Color information
#49602B (or 0x49602B) is known color: Clover. HEX triplet: 49, 60 and 2B. RGB value is (73,96,43). Sum of RGB (Red+Green+Blue) = 73+96+43=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 43 (17.19% from 255 or 20.28% from 212); Max value from RGB is 96 - color contains mainly: green. Hex color #49602B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49602B is #B69FD4. Grayscale: #535353. Windows color (decimal): -11968469 or 2842697. OLE color: 2842697.
HSL color Cylindrical-coordinate representation of color #49602B: hue angle of 86.04º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49602B is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 96 | 43 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.62 |
| HSL | 86.04º | 0.38% | 0.27% | - |
| HSV(B) | 86.04º | 0.55% | 0.38% | - |
| XYZ | 7.37 | 9.96 | 3.82 | - |
| YUV | 83.08 | 105.38 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 96 | 43 | 0.24 | 0 | 0.55 | 0.62 | 86.04 | 0.38 | 0.27 |
| Hex | 49 | 60 | 2B | 18 | 0 | 37 | 3E | 56 | 26 | 1B |
| Octal | 111 | 140 | 53 | 30 | 0 | 67 | 76 | 126 | 46 | 33 |
| Binary | 1001001 | 1100000 | 101011 | 11000 | 0 | 110111 | 111110 | 1010110 | 100110 | 11011 |
Color Harmonies of #49602B
Complementary color
Monochromatic Colors of #49602B
Black with #49602B
Text Example
Text Example
White with #49602B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49602B; }
p { color: rgb(73,96,43); }
H1.HeaderClassName
{
color: #49602B;
}
.AnyTagClassName
{
color: #49602B;
}
</style>
background-color css
<style>
a { background-color: #49602B; }
a { background-color: rgb(73,96,43); }
div.DivClassName
{
background-color: #49602B;
}
.BgClassName
{
background-color: #49602B;
}
</style>
border-color css
<style>
span { border-color: #49602B; }
span { border-color: rgb(73,96,43); }
td.TdClassName
{
border-color: #49602B;
}
.TagClassName
{
border-color: #49602B;
}
</style>