Shades of Clover #475A34
Tints of Clover #475A34
RGB
CMYK
RGB Variations
Color information
#475A34 (or 0x475A34) is known color: Clover. HEX triplet: 47, 5A and 34. RGB value is (71,90,52). Sum of RGB (Red+Green+Blue) = 71+90+52=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 90 (35.55% from 255 or 42.25% from 213); Blue value is 52 (20.70% from 255 or 24.41% from 213); Max value from RGB is 90 - color contains mainly: green. Hex color #475A34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475A34 is #B8A5CB. Grayscale: #505050. Windows color (decimal): -12101068 or 3430983. OLE color: 3430983.
HSL color Cylindrical-coordinate representation of color #475A34: hue angle of 90º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #475A34 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 71 | 90 | 52 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.65 |
| HSL | 90º | 0.27% | 0.28% | - |
| HSV(B) | 90º | 0.42% | 0.35% | - |
| XYZ | 6.87 | 8.9 | 4.6 | - |
| YUV | 79.99 | 112.21 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 90 | 52 | 0.21 | 0 | 0.42 | 0.65 | 90 | 0.27 | 0.28 |
| Hex | 47 | 5A | 34 | 15 | 0 | 2A | 41 | 5A | 1B | 1C |
| Octal | 107 | 132 | 64 | 25 | 0 | 52 | 101 | 132 | 33 | 34 |
| Binary | 1000111 | 1011010 | 110100 | 10101 | 0 | 101010 | 1000001 | 1011010 | 11011 | 11100 |
Color Harmonies of #475A34
Complementary color
Monochromatic Colors of #475A34
Black with #475A34
Text Example
Text Example
White with #475A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475A34; }
p { color: rgb(71,90,52); }
H1.HeaderClassName
{
color: #475A34;
}
.AnyTagClassName
{
color: #475A34;
}
</style>
background-color css
<style>
a { background-color: #475A34; }
a { background-color: rgb(71,90,52); }
div.DivClassName
{
background-color: #475A34;
}
.BgClassName
{
background-color: #475A34;
}
</style>
border-color css
<style>
span { border-color: #475A34; }
span { border-color: rgb(71,90,52); }
td.TdClassName
{
border-color: #475A34;
}
.TagClassName
{
border-color: #475A34;
}
</style>