Shades of Fruit Salad #3B9B46
Tints of Fruit Salad #3B9B46
RGB
CMYK
RGB Variations
Color information
#3B9B46 (or 0x3B9B46) is known color: Fruit Salad. HEX triplet: 3B, 9B and 46. RGB value is (59,155,70). Sum of RGB (Red+Green+Blue) = 59+155+70=284 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.77% from 284); Green value is 155 (60.94% from 255 or 54.58% from 284); Blue value is 70 (27.73% from 255 or 24.65% from 284); Max value from RGB is 155 - color contains mainly: green. Hex color #3B9B46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B9B46 is #C464B9. Grayscale: #747474. Windows color (decimal): -12870842 or 4627259. OLE color: 4627259.
HSL color Cylindrical-coordinate representation of color #3B9B46: hue angle of 126.87º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B9B46 is Cyan = 0.62, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 59 | 155 | 70 | - |
| CMYK | 0.62 | 0 | 0.55 | 0.39 |
| HSL | 126.88º | 0.45% | 0.42% | - |
| HSV(B) | 126.88º | 0.62% | 0.61% | - |
| XYZ | 14.63 | 24.81 | 9.81 | - |
| YUV | 116.61 | 101.7 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 155 | 70 | 0.62 | 0 | 0.55 | 0.39 | 126.88 | 0.45 | 0.42 |
| Hex | 3B | 9B | 46 | 3E | 0 | 37 | 27 | 7F | 2D | 2A |
| Octal | 73 | 233 | 106 | 76 | 0 | 67 | 47 | 177 | 55 | 52 |
| Binary | 111011 | 10011011 | 1000110 | 111110 | 0 | 110111 | 100111 | 1111111 | 101101 | 101010 |
Color Harmonies of #3B9B46
Complementary color
Monochromatic Colors of #3B9B46
Black with #3B9B46
Text Example
Text Example
White with #3B9B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9B46; }
p { color: rgb(59,155,70); }
H1.HeaderClassName
{
color: #3B9B46;
}
.AnyTagClassName
{
color: #3B9B46;
}
</style>
background-color css
<style>
a { background-color: #3B9B46; }
a { background-color: rgb(59,155,70); }
div.DivClassName
{
background-color: #3B9B46;
}
.BgClassName
{
background-color: #3B9B46;
}
</style>
border-color css
<style>
span { border-color: #3B9B46; }
span { border-color: rgb(59,155,70); }
td.TdClassName
{
border-color: #3B9B46;
}
.TagClassName
{
border-color: #3B9B46;
}
</style>