Shades of Fruit Salad #3FA949
Tints of Fruit Salad #3FA949
RGB
CMYK
RGB Variations
Color information
#3FA949 (or 0x3FA949) is known color: Fruit Salad. HEX triplet: 3F, A9 and 49. RGB value is (63,169,73). Sum of RGB (Red+Green+Blue) = 63+169+73=305 (40% of max value = 765). Red value is 63 (25% from 255 or 20.66% from 305); Green value is 169 (66.41% from 255 or 55.41% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 169 - color contains mainly: green. Hex color #3FA949 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FA949 is #C056B6. Grayscale: #7E7E7E. Windows color (decimal): -12605111 or 4827455. OLE color: 4827455.
HSL color Cylindrical-coordinate representation of color #3FA949: hue angle of 125.66º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3FA949 is Cyan = 0.63, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 63 | 169 | 73 | - |
| CMYK | 0.63 | 0 | 0.57 | 0.34 |
| HSL | 125.66º | 0.46% | 0.45% | - |
| HSV(B) | 125.66º | 0.63% | 0.66% | - |
| XYZ | 17.44 | 29.91 | 11.16 | - |
| YUV | 126.36 | 97.88 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 169 | 73 | 0.63 | 0 | 0.57 | 0.34 | 125.66 | 0.46 | 0.45 |
| Hex | 3F | A9 | 49 | 3F | 0 | 39 | 22 | 7E | 2E | 2D |
| Octal | 77 | 251 | 111 | 77 | 0 | 71 | 42 | 176 | 56 | 55 |
| Binary | 111111 | 10101001 | 1001001 | 111111 | 0 | 111001 | 100010 | 1111110 | 101110 | 101101 |
Color Harmonies of #3FA949
Complementary color
Monochromatic Colors of #3FA949
Black with #3FA949
Text Example
Text Example
White with #3FA949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA949; }
p { color: rgb(63,169,73); }
H1.HeaderClassName
{
color: #3FA949;
}
.AnyTagClassName
{
color: #3FA949;
}
</style>
background-color css
<style>
a { background-color: #3FA949; }
a { background-color: rgb(63,169,73); }
div.DivClassName
{
background-color: #3FA949;
}
.BgClassName
{
background-color: #3FA949;
}
</style>
border-color css
<style>
span { border-color: #3FA949; }
span { border-color: rgb(63,169,73); }
td.TdClassName
{
border-color: #3FA949;
}
.TagClassName
{
border-color: #3FA949;
}
</style>