Shades of Clover #475A31
Tints of Clover #475A31
RGB
CMYK
RGB Variations
Color information
#475A31 (or 0x475A31) is known color: Clover. HEX triplet: 47, 5A and 31. RGB value is (71,90,49). Sum of RGB (Red+Green+Blue) = 71+90+49=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 90 (35.55% from 255 or 42.86% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 90 - color contains mainly: green. Hex color #475A31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475A31 is #B8A5CE. Grayscale: #4F4F4F. Windows color (decimal): -12101071 or 3234375. OLE color: 3234375.
HSL color Cylindrical-coordinate representation of color #475A31: hue angle of 87.8º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #475A31 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 71 | 90 | 49 | - |
| CMYK | 0.21 | 0 | 0.46 | 0.65 |
| HSL | 87.8º | 0.29% | 0.27% | - |
| HSV(B) | 87.8º | 0.46% | 0.35% | - |
| XYZ | 6.81 | 8.87 | 4.26 | - |
| YUV | 79.65 | 110.71 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 90 | 49 | 0.21 | 0 | 0.46 | 0.65 | 87.8 | 0.29 | 0.27 |
| Hex | 47 | 5A | 31 | 15 | 0 | 2E | 41 | 58 | 1D | 1B |
| Octal | 107 | 132 | 61 | 25 | 0 | 56 | 101 | 130 | 35 | 33 |
| Binary | 1000111 | 1011010 | 110001 | 10101 | 0 | 101110 | 1000001 | 1011000 | 11101 | 11011 |
Color Harmonies of #475A31
Complementary color
Monochromatic Colors of #475A31
Black with #475A31
Text Example
Text Example
White with #475A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475A31; }
p { color: rgb(71,90,49); }
H1.HeaderClassName
{
color: #475A31;
}
.AnyTagClassName
{
color: #475A31;
}
</style>
background-color css
<style>
a { background-color: #475A31; }
a { background-color: rgb(71,90,49); }
div.DivClassName
{
background-color: #475A31;
}
.BgClassName
{
background-color: #475A31;
}
</style>
border-color css
<style>
span { border-color: #475A31; }
span { border-color: rgb(71,90,49); }
td.TdClassName
{
border-color: #475A31;
}
.TagClassName
{
border-color: #475A31;
}
</style>