Shades of Fruit Salad #3F9249
Tints of Fruit Salad #3F9249
RGB
CMYK
RGB Variations
Color information
#3F9249 (or 0x3F9249) is known color: Fruit Salad. HEX triplet: 3F, 92 and 49. RGB value is (63,146,73). Sum of RGB (Red+Green+Blue) = 63+146+73=282 (37% of max value = 765). Red value is 63 (25% from 255 or 22.34% from 282); Green value is 146 (57.42% from 255 or 51.77% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 146 - color contains mainly: green. Hex color #3F9249 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F9249 is #C06DB6. Grayscale: #717171. Windows color (decimal): -12610999 or 4821567. OLE color: 4821567.
HSL color Cylindrical-coordinate representation of color #3F9249: hue angle of 127.23º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F9249 is Cyan = 0.57, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 63 | 146 | 73 | - |
| CMYK | 0.57 | 0 | 0.5 | 0.43 |
| HSL | 127.23º | 0.4% | 0.41% | - |
| HSV(B) | 127.23º | 0.57% | 0.57% | - |
| XYZ | 13.53 | 22.1 | 9.86 | - |
| YUV | 112.86 | 105.5 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 146 | 73 | 0.57 | 0 | 0.5 | 0.43 | 127.23 | 0.4 | 0.41 |
| Hex | 3F | 92 | 49 | 39 | 0 | 32 | 2B | 7F | 28 | 29 |
| Octal | 77 | 222 | 111 | 71 | 0 | 62 | 53 | 177 | 50 | 51 |
| Binary | 111111 | 10010010 | 1001001 | 111001 | 0 | 110010 | 101011 | 1111111 | 101000 | 101001 |
Color Harmonies of #3F9249
Complementary color
Monochromatic Colors of #3F9249
Black with #3F9249
Text Example
Text Example
White with #3F9249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9249; }
p { color: rgb(63,146,73); }
H1.HeaderClassName
{
color: #3F9249;
}
.AnyTagClassName
{
color: #3F9249;
}
</style>
background-color css
<style>
a { background-color: #3F9249; }
a { background-color: rgb(63,146,73); }
div.DivClassName
{
background-color: #3F9249;
}
.BgClassName
{
background-color: #3F9249;
}
</style>
border-color css
<style>
span { border-color: #3F9249; }
span { border-color: rgb(63,146,73); }
td.TdClassName
{
border-color: #3F9249;
}
.TagClassName
{
border-color: #3F9249;
}
</style>