Shades of Fruit Salad #3F9C41
Tints of Fruit Salad #3F9C41
RGB
CMYK
RGB Variations
Color information
#3F9C41 (or 0x3F9C41) is known color: Fruit Salad. HEX triplet: 3F, 9C and 41. RGB value is (63,156,65). Sum of RGB (Red+Green+Blue) = 63+156+65=284 (37% of max value = 765). Red value is 63 (25% from 255 or 22.18% from 284); Green value is 156 (61.33% from 255 or 54.93% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 156 - color contains mainly: green. Hex color #3F9C41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F9C41 is #C063BE. Grayscale: #767676. Windows color (decimal): -12608447 or 4299839. OLE color: 4299839.
HSL color Cylindrical-coordinate representation of color #3F9C41: hue angle of 121.29º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F9C41 is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 63 | 156 | 65 | - |
| CMYK | 0.60 | 0 | 0.58 | 0.39 |
| HSL | 121.29º | 0.42% | 0.43% | - |
| HSV(B) | 121.29º | 0.6% | 0.61% | - |
| XYZ | 14.89 | 25.22 | 9.08 | - |
| YUV | 117.82 | 98.19 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 156 | 65 | 0.60 | 0 | 0.58 | 0.39 | 121.29 | 0.42 | 0.43 |
| Hex | 3F | 9C | 41 | 3C | 0 | 3A | 27 | 79 | 2A | 2B |
| Octal | 77 | 234 | 101 | 74 | 0 | 72 | 47 | 171 | 52 | 53 |
| Binary | 111111 | 10011100 | 1000001 | 111100 | 0 | 111010 | 100111 | 1111001 | 101010 | 101011 |
Color Harmonies of #3F9C41
Complementary color
Monochromatic Colors of #3F9C41
Black with #3F9C41
Text Example
Text Example
White with #3F9C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9C41; }
p { color: rgb(63,156,65); }
H1.HeaderClassName
{
color: #3F9C41;
}
.AnyTagClassName
{
color: #3F9C41;
}
</style>
background-color css
<style>
a { background-color: #3F9C41; }
a { background-color: rgb(63,156,65); }
div.DivClassName
{
background-color: #3F9C41;
}
.BgClassName
{
background-color: #3F9C41;
}
</style>
border-color css
<style>
span { border-color: #3F9C41; }
span { border-color: rgb(63,156,65); }
td.TdClassName
{
border-color: #3F9C41;
}
.TagClassName
{
border-color: #3F9C41;
}
</style>