Shades of Clover #475C2F
Tints of Clover #475C2F
RGB
CMYK
RGB Variations
Color information
#475C2F (or 0x475C2F) is known color: Clover. HEX triplet: 47, 5C and 2F. RGB value is (71,92,47). Sum of RGB (Red+Green+Blue) = 71+92+47=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 92 (36.33% from 255 or 43.81% from 210); Blue value is 47 (18.75% from 255 or 22.38% from 210); Max value from RGB is 92 - color contains mainly: green. Hex color #475C2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475C2F is #B8A3D0. Grayscale: #505050. Windows color (decimal): -12100561 or 3103815. OLE color: 3103815.
HSL color Cylindrical-coordinate representation of color #475C2F: hue angle of 88º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #475C2F is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 92 | 47 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.64 |
| HSL | 88º | 0.32% | 0.27% | - |
| HSV(B) | 88º | 0.49% | 0.36% | - |
| XYZ | 6.94 | 9.2 | 4.1 | - |
| YUV | 80.59 | 109.04 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 92 | 47 | 0.23 | 0 | 0.49 | 0.64 | 88 | 0.32 | 0.27 |
| Hex | 47 | 5C | 2F | 17 | 0 | 31 | 40 | 58 | 20 | 1B |
| Octal | 107 | 134 | 57 | 27 | 0 | 61 | 100 | 130 | 40 | 33 |
| Binary | 1000111 | 1011100 | 101111 | 10111 | 0 | 110001 | 1000000 | 1011000 | 100000 | 11011 |
Color Harmonies of #475C2F
Complementary color
Monochromatic Colors of #475C2F
Black with #475C2F
Text Example
Text Example
White with #475C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475C2F; }
p { color: rgb(71,92,47); }
H1.HeaderClassName
{
color: #475C2F;
}
.AnyTagClassName
{
color: #475C2F;
}
</style>
background-color css
<style>
a { background-color: #475C2F; }
a { background-color: rgb(71,92,47); }
div.DivClassName
{
background-color: #475C2F;
}
.BgClassName
{
background-color: #475C2F;
}
</style>
border-color css
<style>
span { border-color: #475C2F; }
span { border-color: rgb(71,92,47); }
td.TdClassName
{
border-color: #475C2F;
}
.TagClassName
{
border-color: #475C2F;
}
</style>