Shades of Fruit Salad #3F9049
Tints of Fruit Salad #3F9049
RGB
CMYK
RGB Variations
Color information
#3F9049 (or 0x3F9049) is known color: Fruit Salad. HEX triplet: 3F, 90 and 49. RGB value is (63,144,73). Sum of RGB (Red+Green+Blue) = 63+144+73=280 (37% of max value = 765). Red value is 63 (25% from 255 or 22.5% from 280); Green value is 144 (56.64% from 255 or 51.43% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 144 - color contains mainly: green. Hex color #3F9049 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F9049 is #C06FB6. Grayscale: #6F6F6F. Windows color (decimal): -12611511 or 4821055. OLE color: 4821055.
HSL color Cylindrical-coordinate representation of color #3F9049: hue angle of 127.41º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F9049 is Cyan = 0.56, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 144 | 73 | - |
| CMYK | 0.56 | 0 | 0.49 | 0.44 |
| HSL | 127.41º | 0.39% | 0.41% | - |
| HSV(B) | 127.41º | 0.56% | 0.56% | - |
| XYZ | 13.23 | 21.48 | 9.75 | - |
| YUV | 111.69 | 106.16 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 144 | 73 | 0.56 | 0 | 0.49 | 0.44 | 127.41 | 0.39 | 0.41 |
| Hex | 3F | 90 | 49 | 38 | 0 | 31 | 2C | 7F | 27 | 29 |
| Octal | 77 | 220 | 111 | 70 | 0 | 61 | 54 | 177 | 47 | 51 |
| Binary | 111111 | 10010000 | 1001001 | 111000 | 0 | 110001 | 101100 | 1111111 | 100111 | 101001 |
Color Harmonies of #3F9049
Complementary color
Monochromatic Colors of #3F9049
Black with #3F9049
Text Example
Text Example
White with #3F9049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9049; }
p { color: rgb(63,144,73); }
H1.HeaderClassName
{
color: #3F9049;
}
.AnyTagClassName
{
color: #3F9049;
}
</style>
background-color css
<style>
a { background-color: #3F9049; }
a { background-color: rgb(63,144,73); }
div.DivClassName
{
background-color: #3F9049;
}
.BgClassName
{
background-color: #3F9049;
}
</style>
border-color css
<style>
span { border-color: #3F9049; }
span { border-color: rgb(63,144,73); }
td.TdClassName
{
border-color: #3F9049;
}
.TagClassName
{
border-color: #3F9049;
}
</style>