Shades of Clover #47542D
Tints of Clover #47542D
RGB
CMYK
RGB Variations
Color information
#47542D (or 0x47542D) is known color: Clover. HEX triplet: 47, 54 and 2D. RGB value is (71,84,45). Sum of RGB (Red+Green+Blue) = 71+84+45=200 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.5% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 84 - color contains mainly: green. Hex color #47542D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47542D is #B8ABD2. Grayscale: #4B4B4B. Windows color (decimal): -12102611 or 2970695. OLE color: 2970695.
HSL color Cylindrical-coordinate representation of color #47542D: hue angle of 80º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #47542D is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 84 | 45 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.67 |
| HSL | 80º | 0.3% | 0.25% | - |
| HSV(B) | 80º | 0.46% | 0.33% | - |
| XYZ | 6.24 | 7.87 | 3.67 | - |
| YUV | 75.67 | 110.69 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 84 | 45 | 0.15 | 0 | 0.46 | 0.67 | 80 | 0.3 | 0.25 |
| Hex | 47 | 54 | 2D | F | 0 | 2E | 43 | 50 | 1E | 19 |
| Octal | 107 | 124 | 55 | 17 | 0 | 56 | 103 | 120 | 36 | 31 |
| Binary | 1000111 | 1010100 | 101101 | 1111 | 0 | 101110 | 1000011 | 1010000 | 11110 | 11001 |
Color Harmonies of #47542D
Complementary color
Monochromatic Colors of #47542D
Black with #47542D
Text Example
Text Example
White with #47542D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47542D; }
p { color: rgb(71,84,45); }
H1.HeaderClassName
{
color: #47542D;
}
.AnyTagClassName
{
color: #47542D;
}
</style>
background-color css
<style>
a { background-color: #47542D; }
a { background-color: rgb(71,84,45); }
div.DivClassName
{
background-color: #47542D;
}
.BgClassName
{
background-color: #47542D;
}
</style>
border-color css
<style>
span { border-color: #47542D; }
span { border-color: rgb(71,84,45); }
td.TdClassName
{
border-color: #47542D;
}
.TagClassName
{
border-color: #47542D;
}
</style>