Shades of Clover #47532C
Tints of Clover #47532C
RGB
CMYK
RGB Variations
Color information
#47532C (or 0x47532C) is known color: Clover. HEX triplet: 47, 53 and 2C. RGB value is (71,83,44). Sum of RGB (Red+Green+Blue) = 71+83+44=198 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.86% from 198); Green value is 83 (32.81% from 255 or 41.92% from 198); Blue value is 44 (17.58% from 255 or 22.22% from 198); Max value from RGB is 83 - color contains mainly: green. Hex color #47532C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47532C is #B8ACD3. Grayscale: #4B4B4B. Windows color (decimal): -12102868 or 2904903. OLE color: 2904903.
HSL color Cylindrical-coordinate representation of color #47532C: hue angle of 78.46º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #47532C is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 83 | 44 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.67 |
| HSL | 78.46º | 0.31% | 0.25% | - |
| HSV(B) | 78.46º | 0.47% | 0.33% | - |
| XYZ | 6.15 | 7.71 | 3.55 | - |
| YUV | 74.97 | 110.52 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 83 | 44 | 0.14 | 0 | 0.47 | 0.67 | 78.46 | 0.31 | 0.25 |
| Hex | 47 | 53 | 2C | E | 0 | 2F | 43 | 4E | 1F | 19 |
| Octal | 107 | 123 | 54 | 16 | 0 | 57 | 103 | 116 | 37 | 31 |
| Binary | 1000111 | 1010011 | 101100 | 1110 | 0 | 101111 | 1000011 | 1001110 | 11111 | 11001 |
Color Harmonies of #47532C
Complementary color
Monochromatic Colors of #47532C
Black with #47532C
Text Example
Text Example
White with #47532C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47532C; }
p { color: rgb(71,83,44); }
H1.HeaderClassName
{
color: #47532C;
}
.AnyTagClassName
{
color: #47532C;
}
</style>
background-color css
<style>
a { background-color: #47532C; }
a { background-color: rgb(71,83,44); }
div.DivClassName
{
background-color: #47532C;
}
.BgClassName
{
background-color: #47532C;
}
</style>
border-color css
<style>
span { border-color: #47532C; }
span { border-color: rgb(71,83,44); }
td.TdClassName
{
border-color: #47532C;
}
.TagClassName
{
border-color: #47532C;
}
</style>