Shades of Clover #49542F
Tints of Clover #49542F
RGB
CMYK
RGB Variations
Color information
#49542F (or 0x49542F) is known color: Clover. HEX triplet: 49, 54 and 2F. RGB value is (73,84,47). Sum of RGB (Red+Green+Blue) = 73+84+47=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 84 (33.20% from 255 or 41.18% from 204); Blue value is 47 (18.75% from 255 or 23.04% from 204); Max value from RGB is 84 - color contains mainly: green. Hex color #49542F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49542F is #B6ABD0. Grayscale: #4C4C4C. Windows color (decimal): -11971537 or 3101769. OLE color: 3101769.
HSL color Cylindrical-coordinate representation of color #49542F: hue angle of 77.84º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #49542F is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 84 | 47 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.67 |
| HSL | 77.84º | 0.28% | 0.26% | - |
| HSV(B) | 77.84º | 0.44% | 0.33% | - |
| XYZ | 6.43 | 7.96 | 3.89 | - |
| YUV | 76.49 | 111.36 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 84 | 47 | 0.13 | 0 | 0.44 | 0.67 | 77.84 | 0.28 | 0.26 |
| Hex | 49 | 54 | 2F | D | 0 | 2C | 43 | 4E | 1C | 1A |
| Octal | 111 | 124 | 57 | 15 | 0 | 54 | 103 | 116 | 34 | 32 |
| Binary | 1001001 | 1010100 | 101111 | 1101 | 0 | 101100 | 1000011 | 1001110 | 11100 | 11010 |
Color Harmonies of #49542F
Complementary color
Monochromatic Colors of #49542F
Black with #49542F
Text Example
Text Example
White with #49542F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49542F; }
p { color: rgb(73,84,47); }
H1.HeaderClassName
{
color: #49542F;
}
.AnyTagClassName
{
color: #49542F;
}
</style>
background-color css
<style>
a { background-color: #49542F; }
a { background-color: rgb(73,84,47); }
div.DivClassName
{
background-color: #49542F;
}
.BgClassName
{
background-color: #49542F;
}
</style>
border-color css
<style>
span { border-color: #49542F; }
span { border-color: rgb(73,84,47); }
td.TdClassName
{
border-color: #49542F;
}
.TagClassName
{
border-color: #49542F;
}
</style>