Shades of Fruit Salad #3BAB47
Tints of Fruit Salad #3BAB47
RGB
CMYK
RGB Variations
Color information
#3BAB47 (or 0x3BAB47) is known color: Fruit Salad. HEX triplet: 3B, AB and 47. RGB value is (59,171,71). Sum of RGB (Red+Green+Blue) = 59+171+71=301 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.60% from 301); Green value is 171 (67.19% from 255 or 56.81% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 171 - color contains mainly: green. Hex color #3BAB47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BAB47 is #C454B8. Grayscale: #7E7E7E. Windows color (decimal): -12866745 or 4696891. OLE color: 4696891.
HSL color Cylindrical-coordinate representation of color #3BAB47: hue angle of 126.43º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BAB47 is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 171 | 71 | - |
| CMYK | 0.65 | 0 | 0.58 | 0.33 |
| HSL | 126.43º | 0.49% | 0.45% | - |
| HSV(B) | 126.43º | 0.65% | 0.67% | - |
| XYZ | 17.5 | 30.51 | 10.93 | - |
| YUV | 126.11 | 96.89 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 171 | 71 | 0.65 | 0 | 0.58 | 0.33 | 126.43 | 0.49 | 0.45 |
| Hex | 3B | AB | 47 | 41 | 0 | 3A | 21 | 7E | 31 | 2D |
| Octal | 73 | 253 | 107 | 101 | 0 | 72 | 41 | 176 | 61 | 55 |
| Binary | 111011 | 10101011 | 1000111 | 1000001 | 0 | 111010 | 100001 | 1111110 | 110001 | 101101 |
Color Harmonies of #3BAB47
Complementary color
Monochromatic Colors of #3BAB47
Black with #3BAB47
Text Example
Text Example
White with #3BAB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAB47; }
p { color: rgb(59,171,71); }
H1.HeaderClassName
{
color: #3BAB47;
}
.AnyTagClassName
{
color: #3BAB47;
}
</style>
background-color css
<style>
a { background-color: #3BAB47; }
a { background-color: rgb(59,171,71); }
div.DivClassName
{
background-color: #3BAB47;
}
.BgClassName
{
background-color: #3BAB47;
}
</style>
border-color css
<style>
span { border-color: #3BAB47; }
span { border-color: rgb(59,171,71); }
td.TdClassName
{
border-color: #3BAB47;
}
.TagClassName
{
border-color: #3BAB47;
}
</style>