Shades of Fruit Salad #3B9B41
Tints of Fruit Salad #3B9B41
RGB
CMYK
RGB Variations
Color information
#3B9B41 (or 0x3B9B41) is known color: Fruit Salad. HEX triplet: 3B, 9B and 41. RGB value is (59,155,65). Sum of RGB (Red+Green+Blue) = 59+155+65=279 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.15% from 279); Green value is 155 (60.94% from 255 or 55.56% from 279); Blue value is 65 (25.78% from 255 or 23.30% from 279); Max value from RGB is 155 - color contains mainly: green. Hex color #3B9B41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B9B41 is #C464BE. Grayscale: #747474. Windows color (decimal): -12870847 or 4299579. OLE color: 4299579.
HSL color Cylindrical-coordinate representation of color #3B9B41: hue angle of 123.75º 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 #3B9B41 is Cyan = 0.62, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 59 | 155 | 65 | - |
| CMYK | 0.62 | 0 | 0.58 | 0.39 |
| HSL | 123.75º | 0.45% | 0.42% | - |
| HSV(B) | 123.75º | 0.62% | 0.61% | - |
| XYZ | 14.48 | 24.75 | 9.02 | - |
| YUV | 116.04 | 99.2 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 155 | 65 | 0.62 | 0 | 0.58 | 0.39 | 123.75 | 0.45 | 0.42 |
| Hex | 3B | 9B | 41 | 3E | 0 | 3A | 27 | 7C | 2D | 2A |
| Octal | 73 | 233 | 101 | 76 | 0 | 72 | 47 | 174 | 55 | 52 |
| Binary | 111011 | 10011011 | 1000001 | 111110 | 0 | 111010 | 100111 | 1111100 | 101101 | 101010 |
Color Harmonies of #3B9B41
Complementary color
Monochromatic Colors of #3B9B41
Black with #3B9B41
Text Example
Text Example
White with #3B9B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9B41; }
p { color: rgb(59,155,65); }
H1.HeaderClassName
{
color: #3B9B41;
}
.AnyTagClassName
{
color: #3B9B41;
}
</style>
background-color css
<style>
a { background-color: #3B9B41; }
a { background-color: rgb(59,155,65); }
div.DivClassName
{
background-color: #3B9B41;
}
.BgClassName
{
background-color: #3B9B41;
}
</style>
border-color css
<style>
span { border-color: #3B9B41; }
span { border-color: rgb(59,155,65); }
td.TdClassName
{
border-color: #3B9B41;
}
.TagClassName
{
border-color: #3B9B41;
}
</style>