Shades of Fruit Salad #47933F
Tints of Fruit Salad #47933F
RGB
CMYK
RGB Variations
Color information
#47933F (or 0x47933F) is known color: Fruit Salad. HEX triplet: 47, 93 and 3F. RGB value is (71,147,63). Sum of RGB (Red+Green+Blue) = 71+147+63=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 147 (57.81% from 255 or 52.31% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 147 - color contains mainly: green. Hex color #47933F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47933F is #B86CC0. Grayscale: #727272. Windows color (decimal): -12086465 or 4166471. OLE color: 4166471.
HSL color Cylindrical-coordinate representation of color #47933F: hue angle of 114.29º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #47933F is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 71 | 147 | 63 | - |
| CMYK | 0.52 | 0 | 0.57 | 0.42 |
| HSL | 114.29º | 0.4% | 0.41% | - |
| HSV(B) | 114.29º | 0.57% | 0.58% | - |
| XYZ | 13.93 | 22.57 | 8.32 | - |
| YUV | 114.7 | 98.82 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 147 | 63 | 0.52 | 0 | 0.57 | 0.42 | 114.29 | 0.4 | 0.41 |
| Hex | 47 | 93 | 3F | 34 | 0 | 39 | 2A | 72 | 28 | 29 |
| Octal | 107 | 223 | 77 | 64 | 0 | 71 | 52 | 162 | 50 | 51 |
| Binary | 1000111 | 10010011 | 111111 | 110100 | 0 | 111001 | 101010 | 1110010 | 101000 | 101001 |
Color Harmonies of #47933F
Complementary color
Monochromatic Colors of #47933F
Black with #47933F
Text Example
Text Example
White with #47933F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47933F; }
p { color: rgb(71,147,63); }
H1.HeaderClassName
{
color: #47933F;
}
.AnyTagClassName
{
color: #47933F;
}
</style>
background-color css
<style>
a { background-color: #47933F; }
a { background-color: rgb(71,147,63); }
div.DivClassName
{
background-color: #47933F;
}
.BgClassName
{
background-color: #47933F;
}
</style>
border-color css
<style>
span { border-color: #47933F; }
span { border-color: rgb(71,147,63); }
td.TdClassName
{
border-color: #47933F;
}
.TagClassName
{
border-color: #47933F;
}
</style>