Shades of Fruit Salad #3F9E38
Tints of Fruit Salad #3F9E38
RGB
CMYK
RGB Variations
Color information
#3F9E38 (or 0x3F9E38) is known color: Fruit Salad. HEX triplet: 3F, 9E and 38. RGB value is (63,158,56). Sum of RGB (Red+Green+Blue) = 63+158+56=277 (36% of max value = 765). Red value is 63 (25% from 255 or 22.74% from 277); Green value is 158 (62.11% from 255 or 57.04% from 277); Blue value is 56 (22.27% from 255 or 20.22% from 277); Max value from RGB is 158 - color contains mainly: green. Hex color #3F9E38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F9E38 is #C061C7. Grayscale: #767676. Windows color (decimal): -12607944 or 3710527. OLE color: 3710527.
HSL color Cylindrical-coordinate representation of color #3F9E38: hue angle of 115.88º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F9E38 is Cyan = 0.60, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 158 | 56 | - |
| CMYK | 0.60 | 0 | 0.65 | 0.38 |
| HSL | 115.88º | 0.48% | 0.42% | - |
| HSV(B) | 115.88º | 0.65% | 0.62% | - |
| XYZ | 14.99 | 25.8 | 7.93 | - |
| YUV | 117.97 | 93.03 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 158 | 56 | 0.60 | 0 | 0.65 | 0.38 | 115.88 | 0.48 | 0.42 |
| Hex | 3F | 9E | 38 | 3C | 0 | 41 | 26 | 74 | 30 | 2A |
| Octal | 77 | 236 | 70 | 74 | 0 | 101 | 46 | 164 | 60 | 52 |
| Binary | 111111 | 10011110 | 111000 | 111100 | 0 | 1000001 | 100110 | 1110100 | 110000 | 101010 |
Color Harmonies of #3F9E38
Complementary color
Monochromatic Colors of #3F9E38
Black with #3F9E38
Text Example
Text Example
White with #3F9E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9E38; }
p { color: rgb(63,158,56); }
H1.HeaderClassName
{
color: #3F9E38;
}
.AnyTagClassName
{
color: #3F9E38;
}
</style>
background-color css
<style>
a { background-color: #3F9E38; }
a { background-color: rgb(63,158,56); }
div.DivClassName
{
background-color: #3F9E38;
}
.BgClassName
{
background-color: #3F9E38;
}
</style>
border-color css
<style>
span { border-color: #3F9E38; }
span { border-color: rgb(63,158,56); }
td.TdClassName
{
border-color: #3F9E38;
}
.TagClassName
{
border-color: #3F9E38;
}
</style>