Shades of Fruit Salad #3BA746
Tints of Fruit Salad #3BA746
RGB
CMYK
RGB Variations
Color information
#3BA746 (or 0x3BA746) is known color: Fruit Salad. HEX triplet: 3B, A7 and 46. RGB value is (59,167,70). Sum of RGB (Red+Green+Blue) = 59+167+70=296 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.93% from 296); Green value is 167 (65.62% from 255 or 56.42% from 296); Blue value is 70 (27.73% from 255 or 23.65% from 296); Max value from RGB is 167 - color contains mainly: green. Hex color #3BA746 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BA746 is #C458B9. Grayscale: #7B7B7B. Windows color (decimal): -12867770 or 4630331. OLE color: 4630331.
HSL color Cylindrical-coordinate representation of color #3BA746: hue angle of 126.11º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BA746 is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 59 | 167 | 70 | - |
| CMYK | 0.65 | 0 | 0.58 | 0.35 |
| HSL | 126.11º | 0.48% | 0.44% | - |
| HSV(B) | 126.11º | 0.65% | 0.65% | - |
| XYZ | 16.73 | 29.01 | 10.51 | - |
| YUV | 123.65 | 97.72 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 167 | 70 | 0.65 | 0 | 0.58 | 0.35 | 126.11 | 0.48 | 0.44 |
| Hex | 3B | A7 | 46 | 41 | 0 | 3A | 23 | 7E | 30 | 2C |
| Octal | 73 | 247 | 106 | 101 | 0 | 72 | 43 | 176 | 60 | 54 |
| Binary | 111011 | 10100111 | 1000110 | 1000001 | 0 | 111010 | 100011 | 1111110 | 110000 | 101100 |
Color Harmonies of #3BA746
Complementary color
Monochromatic Colors of #3BA746
Black with #3BA746
Text Example
Text Example
White with #3BA746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA746; }
p { color: rgb(59,167,70); }
H1.HeaderClassName
{
color: #3BA746;
}
.AnyTagClassName
{
color: #3BA746;
}
</style>
background-color css
<style>
a { background-color: #3BA746; }
a { background-color: rgb(59,167,70); }
div.DivClassName
{
background-color: #3BA746;
}
.BgClassName
{
background-color: #3BA746;
}
</style>
border-color css
<style>
span { border-color: #3BA746; }
span { border-color: rgb(59,167,70); }
td.TdClassName
{
border-color: #3BA746;
}
.TagClassName
{
border-color: #3BA746;
}
</style>