Shades of Fruit Salad #3F9540
Tints of Fruit Salad #3F9540
RGB
CMYK
RGB Variations
Color information
#3F9540 (or 0x3F9540) is known color: Fruit Salad. HEX triplet: 3F, 95 and 40. RGB value is (63,149,64). Sum of RGB (Red+Green+Blue) = 63+149+64=276 (36% of max value = 765). Red value is 63 (25% from 255 or 22.83% from 276); Green value is 149 (58.59% from 255 or 53.99% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 149 - color contains mainly: green. Hex color #3F9540 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F9540 is #C06ABF. Grayscale: #717171. Windows color (decimal): -12610240 or 4232511. OLE color: 4232511.
HSL color Cylindrical-coordinate representation of color #3F9540: hue angle of 120.7º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F9540 is Cyan = 0.58, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 149 | 64 | - |
| CMYK | 0.58 | 0 | 0.57 | 0.42 |
| HSL | 120.7º | 0.41% | 0.42% | - |
| HSV(B) | 120.7º | 0.58% | 0.58% | - |
| XYZ | 13.72 | 22.92 | 8.55 | - |
| YUV | 113.6 | 100.01 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 149 | 64 | 0.58 | 0 | 0.57 | 0.42 | 120.7 | 0.41 | 0.42 |
| Hex | 3F | 95 | 40 | 3A | 0 | 39 | 2A | 79 | 29 | 2A |
| Octal | 77 | 225 | 100 | 72 | 0 | 71 | 52 | 171 | 51 | 52 |
| Binary | 111111 | 10010101 | 1000000 | 111010 | 0 | 111001 | 101010 | 1111001 | 101001 | 101010 |
Color Harmonies of #3F9540
Complementary color
Monochromatic Colors of #3F9540
Black with #3F9540
Text Example
Text Example
White with #3F9540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9540; }
p { color: rgb(63,149,64); }
H1.HeaderClassName
{
color: #3F9540;
}
.AnyTagClassName
{
color: #3F9540;
}
</style>
background-color css
<style>
a { background-color: #3F9540; }
a { background-color: rgb(63,149,64); }
div.DivClassName
{
background-color: #3F9540;
}
.BgClassName
{
background-color: #3F9540;
}
</style>
border-color css
<style>
span { border-color: #3F9540; }
span { border-color: rgb(63,149,64); }
td.TdClassName
{
border-color: #3F9540;
}
.TagClassName
{
border-color: #3F9540;
}
</style>