Shades of Clover #47542C
Tints of Clover #47542C
RGB
CMYK
RGB Variations
Color information
#47542C (or 0x47542C) is known color: Clover. HEX triplet: 47, 54 and 2C. RGB value is (71,84,44). Sum of RGB (Red+Green+Blue) = 71+84+44=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 84 (33.20% from 255 or 42.21% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 84 - color contains mainly: green. Hex color #47542C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47542C is #B8ABD3. Grayscale: #4B4B4B. Windows color (decimal): -12102612 or 2905159. OLE color: 2905159.
HSL color Cylindrical-coordinate representation of color #47542C: hue angle of 79.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #47542C is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 84 | 44 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.67 |
| HSL | 79.5º | 0.31% | 0.25% | - |
| HSV(B) | 79.5º | 0.48% | 0.33% | - |
| XYZ | 6.22 | 7.86 | 3.57 | - |
| YUV | 75.55 | 110.19 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 84 | 44 | 0.15 | 0 | 0.48 | 0.67 | 79.5 | 0.31 | 0.25 |
| Hex | 47 | 54 | 2C | F | 0 | 30 | 43 | 50 | 1F | 19 |
| Octal | 107 | 124 | 54 | 17 | 0 | 60 | 103 | 120 | 37 | 31 |
| Binary | 1000111 | 1010100 | 101100 | 1111 | 0 | 110000 | 1000011 | 1010000 | 11111 | 11001 |
Color Harmonies of #47542C
Complementary color
Monochromatic Colors of #47542C
Black with #47542C
Text Example
Text Example
White with #47542C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47542C; }
p { color: rgb(71,84,44); }
H1.HeaderClassName
{
color: #47542C;
}
.AnyTagClassName
{
color: #47542C;
}
</style>
background-color css
<style>
a { background-color: #47542C; }
a { background-color: rgb(71,84,44); }
div.DivClassName
{
background-color: #47542C;
}
.BgClassName
{
background-color: #47542C;
}
</style>
border-color css
<style>
span { border-color: #47542C; }
span { border-color: rgb(71,84,44); }
td.TdClassName
{
border-color: #47542C;
}
.TagClassName
{
border-color: #47542C;
}
</style>