Shades of Fruit Salad #3BA139
Tints of Fruit Salad #3BA139
RGB
CMYK
RGB Variations
Color information
#3BA139 (or 0x3BA139) is known color: Fruit Salad. HEX triplet: 3B, A1 and 39. RGB value is (59,161,57). Sum of RGB (Red+Green+Blue) = 59+161+57=277 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.30% from 277); Green value is 161 (63.28% from 255 or 58.12% from 277); Blue value is 57 (22.66% from 255 or 20.58% from 277); Max value from RGB is 161 - color contains mainly: green. Hex color #3BA139 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BA139 is #C45EC6. Grayscale: #767676. Windows color (decimal): -12869319 or 3776827. OLE color: 3776827.
HSL color Cylindrical-coordinate representation of color #3BA139: hue angle of 118.85º 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 #3BA139 is Cyan = 0.63, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 59 | 161 | 57 | - |
| CMYK | 0.63 | 0 | 0.65 | 0.37 |
| HSL | 118.85º | 0.48% | 0.43% | - |
| HSV(B) | 118.85º | 0.65% | 0.63% | - |
| XYZ | 15.29 | 26.71 | 8.22 | - |
| YUV | 118.65 | 93.21 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 161 | 57 | 0.63 | 0 | 0.65 | 0.37 | 118.85 | 0.48 | 0.43 |
| Hex | 3B | A1 | 39 | 3F | 0 | 41 | 25 | 77 | 30 | 2B |
| Octal | 73 | 241 | 71 | 77 | 0 | 101 | 45 | 167 | 60 | 53 |
| Binary | 111011 | 10100001 | 111001 | 111111 | 0 | 1000001 | 100101 | 1110111 | 110000 | 101011 |
Color Harmonies of #3BA139
Complementary color
Monochromatic Colors of #3BA139
Black with #3BA139
Text Example
Text Example
White with #3BA139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA139; }
p { color: rgb(59,161,57); }
H1.HeaderClassName
{
color: #3BA139;
}
.AnyTagClassName
{
color: #3BA139;
}
</style>
background-color css
<style>
a { background-color: #3BA139; }
a { background-color: rgb(59,161,57); }
div.DivClassName
{
background-color: #3BA139;
}
.BgClassName
{
background-color: #3BA139;
}
</style>
border-color css
<style>
span { border-color: #3BA139; }
span { border-color: rgb(59,161,57); }
td.TdClassName
{
border-color: #3BA139;
}
.TagClassName
{
border-color: #3BA139;
}
</style>