Shades of Fruit Salad #3F9749
Tints of Fruit Salad #3F9749
RGB
CMYK
RGB Variations
Color information
#3F9749 (or 0x3F9749) is known color: Fruit Salad. HEX triplet: 3F, 97 and 49. RGB value is (63,151,73). Sum of RGB (Red+Green+Blue) = 63+151+73=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 151 (59.38% from 255 or 52.61% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 151 - color contains mainly: green. Hex color #3F9749 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F9749 is #C068B6. Grayscale: #747474. Windows color (decimal): -12609719 or 4822847. OLE color: 4822847.
HSL color Cylindrical-coordinate representation of color #3F9749: hue angle of 126.82º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F9749 is Cyan = 0.58, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 63 | 151 | 73 | - |
| CMYK | 0.58 | 0 | 0.52 | 0.41 |
| HSL | 126.82º | 0.41% | 0.42% | - |
| HSV(B) | 126.82º | 0.58% | 0.59% | - |
| XYZ | 14.32 | 23.67 | 10.12 | - |
| YUV | 115.8 | 103.85 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 151 | 73 | 0.58 | 0 | 0.52 | 0.41 | 126.82 | 0.41 | 0.42 |
| Hex | 3F | 97 | 49 | 3A | 0 | 34 | 29 | 7F | 29 | 2A |
| Octal | 77 | 227 | 111 | 72 | 0 | 64 | 51 | 177 | 51 | 52 |
| Binary | 111111 | 10010111 | 1001001 | 111010 | 0 | 110100 | 101001 | 1111111 | 101001 | 101010 |
Color Harmonies of #3F9749
Complementary color
Monochromatic Colors of #3F9749
Black with #3F9749
Text Example
Text Example
White with #3F9749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9749; }
p { color: rgb(63,151,73); }
H1.HeaderClassName
{
color: #3F9749;
}
.AnyTagClassName
{
color: #3F9749;
}
</style>
background-color css
<style>
a { background-color: #3F9749; }
a { background-color: rgb(63,151,73); }
div.DivClassName
{
background-color: #3F9749;
}
.BgClassName
{
background-color: #3F9749;
}
</style>
border-color css
<style>
span { border-color: #3F9749; }
span { border-color: rgb(63,151,73); }
td.TdClassName
{
border-color: #3F9749;
}
.TagClassName
{
border-color: #3F9749;
}
</style>