Shades of Fruit Salad #3B9D40
Tints of Fruit Salad #3B9D40
RGB
CMYK
RGB Variations
Color information
#3B9D40 (or 0x3B9D40) is known color: Fruit Salad. HEX triplet: 3B, 9D and 40. RGB value is (59,157,64). Sum of RGB (Red+Green+Blue) = 59+157+64=280 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.07% from 280); Green value is 157 (61.72% from 255 or 56.07% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 157 - color contains mainly: green. Hex color #3B9D40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B9D40 is #C462BF. Grayscale: #757575. Windows color (decimal): -12870336 or 4234555. OLE color: 4234555.
HSL color Cylindrical-coordinate representation of color #3B9D40: hue angle of 123.06º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B9D40 is Cyan = 0.62, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 59 | 157 | 64 | - |
| CMYK | 0.62 | 0 | 0.59 | 0.38 |
| HSL | 123.06º | 0.45% | 0.42% | - |
| HSV(B) | 123.06º | 0.62% | 0.62% | - |
| XYZ | 14.79 | 25.41 | 8.98 | - |
| YUV | 117.1 | 98.03 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 157 | 64 | 0.62 | 0 | 0.59 | 0.38 | 123.06 | 0.45 | 0.42 |
| Hex | 3B | 9D | 40 | 3E | 0 | 3B | 26 | 7B | 2D | 2A |
| Octal | 73 | 235 | 100 | 76 | 0 | 73 | 46 | 173 | 55 | 52 |
| Binary | 111011 | 10011101 | 1000000 | 111110 | 0 | 111011 | 100110 | 1111011 | 101101 | 101010 |
Color Harmonies of #3B9D40
Complementary color
Monochromatic Colors of #3B9D40
Black with #3B9D40
Text Example
Text Example
White with #3B9D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9D40; }
p { color: rgb(59,157,64); }
H1.HeaderClassName
{
color: #3B9D40;
}
.AnyTagClassName
{
color: #3B9D40;
}
</style>
background-color css
<style>
a { background-color: #3B9D40; }
a { background-color: rgb(59,157,64); }
div.DivClassName
{
background-color: #3B9D40;
}
.BgClassName
{
background-color: #3B9D40;
}
</style>
border-color css
<style>
span { border-color: #3B9D40; }
span { border-color: rgb(59,157,64); }
td.TdClassName
{
border-color: #3B9D40;
}
.TagClassName
{
border-color: #3B9D40;
}
</style>