Shades of Fruit Salad #3B9B40
Tints of Fruit Salad #3B9B40
RGB
CMYK
RGB Variations
Color information
#3B9B40 (or 0x3B9B40) is known color: Fruit Salad. HEX triplet: 3B, 9B and 40. RGB value is (59,155,64). Sum of RGB (Red+Green+Blue) = 59+155+64=278 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.22% from 278); Green value is 155 (60.94% from 255 or 55.76% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 155 - color contains mainly: green. Hex color #3B9B40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B9B40 is #C464BF. Grayscale: #747474. Windows color (decimal): -12870848 or 4234043. OLE color: 4234043.
HSL color Cylindrical-coordinate representation of color #3B9B40: hue angle of 123.12º 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 #3B9B40 is Cyan = 0.62, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 59 | 155 | 64 | - |
| CMYK | 0.62 | 0 | 0.59 | 0.39 |
| HSL | 123.13º | 0.45% | 0.42% | - |
| HSV(B) | 123.13º | 0.62% | 0.61% | - |
| XYZ | 14.45 | 24.74 | 8.86 | - |
| YUV | 115.92 | 98.7 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 155 | 64 | 0.62 | 0 | 0.59 | 0.39 | 123.13 | 0.45 | 0.42 |
| Hex | 3B | 9B | 40 | 3E | 0 | 3B | 27 | 7B | 2D | 2A |
| Octal | 73 | 233 | 100 | 76 | 0 | 73 | 47 | 173 | 55 | 52 |
| Binary | 111011 | 10011011 | 1000000 | 111110 | 0 | 111011 | 100111 | 1111011 | 101101 | 101010 |
Color Harmonies of #3B9B40
Complementary color
Monochromatic Colors of #3B9B40
Black with #3B9B40
Text Example
Text Example
White with #3B9B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9B40; }
p { color: rgb(59,155,64); }
H1.HeaderClassName
{
color: #3B9B40;
}
.AnyTagClassName
{
color: #3B9B40;
}
</style>
background-color css
<style>
a { background-color: #3B9B40; }
a { background-color: rgb(59,155,64); }
div.DivClassName
{
background-color: #3B9B40;
}
.BgClassName
{
background-color: #3B9B40;
}
</style>
border-color css
<style>
span { border-color: #3B9B40; }
span { border-color: rgb(59,155,64); }
td.TdClassName
{
border-color: #3B9B40;
}
.TagClassName
{
border-color: #3B9B40;
}
</style>