Shades of Fruit Salad #3FA139
Tints of Fruit Salad #3FA139
RGB
CMYK
RGB Variations
Color information
#3FA139 (or 0x3FA139) is known color: Fruit Salad. HEX triplet: 3F, A1 and 39. RGB value is (63,161,57). Sum of RGB (Red+Green+Blue) = 63+161+57=281 (37% of max value = 765). Red value is 63 (25% from 255 or 22.42% from 281); Green value is 161 (63.28% from 255 or 57.30% from 281); Blue value is 57 (22.66% from 255 or 20.28% from 281); Max value from RGB is 161 - color contains mainly: green. Hex color #3FA139 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FA139 is #C05EC6. Grayscale: #787878. Windows color (decimal): -12607175 or 3776831. OLE color: 3776831.
HSL color Cylindrical-coordinate representation of color #3FA139: hue angle of 116.54º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3FA139 is Cyan = 0.61, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 63 | 161 | 57 | - |
| CMYK | 0.61 | 0 | 0.65 | 0.37 |
| HSL | 116.54º | 0.48% | 0.43% | - |
| HSV(B) | 116.54º | 0.65% | 0.63% | - |
| XYZ | 15.53 | 26.84 | 8.23 | - |
| YUV | 119.84 | 92.53 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 161 | 57 | 0.61 | 0 | 0.65 | 0.37 | 116.54 | 0.48 | 0.43 |
| Hex | 3F | A1 | 39 | 3D | 0 | 41 | 25 | 75 | 30 | 2B |
| Octal | 77 | 241 | 71 | 75 | 0 | 101 | 45 | 165 | 60 | 53 |
| Binary | 111111 | 10100001 | 111001 | 111101 | 0 | 1000001 | 100101 | 1110101 | 110000 | 101011 |
Color Harmonies of #3FA139
Complementary color
Monochromatic Colors of #3FA139
Black with #3FA139
Text Example
Text Example
White with #3FA139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA139; }
p { color: rgb(63,161,57); }
H1.HeaderClassName
{
color: #3FA139;
}
.AnyTagClassName
{
color: #3FA139;
}
</style>
background-color css
<style>
a { background-color: #3FA139; }
a { background-color: rgb(63,161,57); }
div.DivClassName
{
background-color: #3FA139;
}
.BgClassName
{
background-color: #3FA139;
}
</style>
border-color css
<style>
span { border-color: #3FA139; }
span { border-color: rgb(63,161,57); }
td.TdClassName
{
border-color: #3FA139;
}
.TagClassName
{
border-color: #3FA139;
}
</style>