Shades of Fruit Salad #3BB146
Tints of Fruit Salad #3BB146
RGB
CMYK
RGB Variations
Color information
#3BB146 (or 0x3BB146) is known color: Fruit Salad. HEX triplet: 3B, B1 and 46. RGB value is (59,177,70). Sum of RGB (Red+Green+Blue) = 59+177+70=306 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.28% from 306); Green value is 177 (69.53% from 255 or 57.84% from 306); Blue value is 70 (27.73% from 255 or 22.88% from 306); Max value from RGB is 177 - color contains mainly: green. Hex color #3BB146 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BB146 is #C44EB9. Grayscale: #818181. Windows color (decimal): -12865210 or 4632891. OLE color: 4632891.
HSL color Cylindrical-coordinate representation of color #3BB146: hue angle of 125.59º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3BB146 is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 177 | 70 | - |
| CMYK | 0.67 | 0 | 0.60 | 0.31 |
| HSL | 125.59º | 0.5% | 0.46% | - |
| HSV(B) | 125.59º | 0.67% | 0.69% | - |
| XYZ | 18.63 | 32.82 | 11.15 | - |
| YUV | 129.52 | 94.41 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 177 | 70 | 0.67 | 0 | 0.60 | 0.31 | 125.59 | 0.5 | 0.46 |
| Hex | 3B | B1 | 46 | 43 | 0 | 3C | 1F | 7E | 32 | 2E |
| Octal | 73 | 261 | 106 | 103 | 0 | 74 | 37 | 176 | 62 | 56 |
| Binary | 111011 | 10110001 | 1000110 | 1000011 | 0 | 111100 | 11111 | 1111110 | 110010 | 101110 |
Color Harmonies of #3BB146
Complementary color
Monochromatic Colors of #3BB146
Black with #3BB146
Text Example
Text Example
White with #3BB146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BB146; }
p { color: rgb(59,177,70); }
H1.HeaderClassName
{
color: #3BB146;
}
.AnyTagClassName
{
color: #3BB146;
}
</style>
background-color css
<style>
a { background-color: #3BB146; }
a { background-color: rgb(59,177,70); }
div.DivClassName
{
background-color: #3BB146;
}
.BgClassName
{
background-color: #3BB146;
}
</style>
border-color css
<style>
span { border-color: #3BB146; }
span { border-color: rgb(59,177,70); }
td.TdClassName
{
border-color: #3BB146;
}
.TagClassName
{
border-color: #3BB146;
}
</style>