Shades of Clover #49582B
Tints of Clover #49582B
RGB
CMYK
RGB Variations
Color information
#49582B (or 0x49582B) is known color: Clover. HEX triplet: 49, 58 and 2B. RGB value is (73,88,43). Sum of RGB (Red+Green+Blue) = 73+88+43=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 88 (34.77% from 255 or 43.14% from 204); Blue value is 43 (17.19% from 255 or 21.08% from 204); Max value from RGB is 88 - color contains mainly: green. Hex color #49582B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49582B is #B6A7D4. Grayscale: #4E4E4E. Windows color (decimal): -11970517 or 2840649. OLE color: 2840649.
HSL color Cylindrical-coordinate representation of color #49582B: hue angle of 80º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #49582B is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 88 | 43 | - |
| CMYK | 0.17 | 0 | 0.51 | 0.65 |
| HSL | 80º | 0.34% | 0.26% | - |
| HSV(B) | 80º | 0.51% | 0.35% | - |
| XYZ | 6.67 | 8.57 | 3.59 | - |
| YUV | 78.39 | 108.03 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 88 | 43 | 0.17 | 0 | 0.51 | 0.65 | 80 | 0.34 | 0.26 |
| Hex | 49 | 58 | 2B | 11 | 0 | 33 | 41 | 50 | 22 | 1A |
| Octal | 111 | 130 | 53 | 21 | 0 | 63 | 101 | 120 | 42 | 32 |
| Binary | 1001001 | 1011000 | 101011 | 10001 | 0 | 110011 | 1000001 | 1010000 | 100010 | 11010 |
Color Harmonies of #49582B
Complementary color
Monochromatic Colors of #49582B
Black with #49582B
Text Example
Text Example
White with #49582B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49582B; }
p { color: rgb(73,88,43); }
H1.HeaderClassName
{
color: #49582B;
}
.AnyTagClassName
{
color: #49582B;
}
</style>
background-color css
<style>
a { background-color: #49582B; }
a { background-color: rgb(73,88,43); }
div.DivClassName
{
background-color: #49582B;
}
.BgClassName
{
background-color: #49582B;
}
</style>
border-color css
<style>
span { border-color: #49582B; }
span { border-color: rgb(73,88,43); }
td.TdClassName
{
border-color: #49582B;
}
.TagClassName
{
border-color: #49582B;
}
</style>