Shades of Fruit Salad #3FA347
Tints of Fruit Salad #3FA347
RGB
CMYK
RGB Variations
Color information
#3FA347 (or 0x3FA347) is known color: Fruit Salad. HEX triplet: 3F, A3 and 47. RGB value is (63,163,71). Sum of RGB (Red+Green+Blue) = 63+163+71=297 (39% of max value = 765). Red value is 63 (25% from 255 or 21.21% from 297); Green value is 163 (64.06% from 255 or 54.88% from 297); Blue value is 71 (28.12% from 255 or 23.91% from 297); Max value from RGB is 163 - color contains mainly: green. Hex color #3FA347 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FA347 is #C05CB8. Grayscale: #7A7A7A. Windows color (decimal): -12606649 or 4694847. OLE color: 4694847.
HSL color Cylindrical-coordinate representation of color #3FA347: hue angle of 124.8º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3FA347 is Cyan = 0.61, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 63 | 163 | 71 | - |
| CMYK | 0.61 | 0 | 0.56 | 0.36 |
| HSL | 124.8º | 0.44% | 0.44% | - |
| HSV(B) | 124.8º | 0.61% | 0.64% | - |
| XYZ | 16.28 | 27.71 | 10.45 | - |
| YUV | 122.61 | 98.87 | 85.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 163 | 71 | 0.61 | 0 | 0.56 | 0.36 | 124.8 | 0.44 | 0.44 |
| Hex | 3F | A3 | 47 | 3D | 0 | 38 | 24 | 7D | 2C | 2C |
| Octal | 77 | 243 | 107 | 75 | 0 | 70 | 44 | 175 | 54 | 54 |
| Binary | 111111 | 10100011 | 1000111 | 111101 | 0 | 111000 | 100100 | 1111101 | 101100 | 101100 |
Color Harmonies of #3FA347
Complementary color
Monochromatic Colors of #3FA347
Black with #3FA347
Text Example
Text Example
White with #3FA347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA347; }
p { color: rgb(63,163,71); }
H1.HeaderClassName
{
color: #3FA347;
}
.AnyTagClassName
{
color: #3FA347;
}
</style>
background-color css
<style>
a { background-color: #3FA347; }
a { background-color: rgb(63,163,71); }
div.DivClassName
{
background-color: #3FA347;
}
.BgClassName
{
background-color: #3FA347;
}
</style>
border-color css
<style>
span { border-color: #3FA347; }
span { border-color: rgb(63,163,71); }
td.TdClassName
{
border-color: #3FA347;
}
.TagClassName
{
border-color: #3FA347;
}
</style>