Shades of Fruit Salad #3B9141
Tints of Fruit Salad #3B9141
RGB
CMYK
RGB Variations
Color information
#3B9141 (or 0x3B9141) is known color: Fruit Salad. HEX triplet: 3B, 91 and 41. RGB value is (59,145,65). Sum of RGB (Red+Green+Blue) = 59+145+65=269 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.93% from 269); Green value is 145 (57.03% from 255 or 53.90% from 269); Blue value is 65 (25.78% from 255 or 24.16% from 269); Max value from RGB is 145 - color contains mainly: green. Hex color #3B9141 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B9141 is #C46EBE. Grayscale: #6E6E6E. Windows color (decimal): -12873407 or 4297019. OLE color: 4297019.
HSL color Cylindrical-coordinate representation of color #3B9141: hue angle of 124.19º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B9141 is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 59 | 145 | 65 | - |
| CMYK | 0.59 | 0 | 0.55 | 0.43 |
| HSL | 124.19º | 0.42% | 0.4% | - |
| HSV(B) | 124.19º | 0.59% | 0.57% | - |
| XYZ | 12.88 | 21.56 | 8.48 | - |
| YUV | 110.17 | 102.51 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 145 | 65 | 0.59 | 0 | 0.55 | 0.43 | 124.19 | 0.42 | 0.4 |
| Hex | 3B | 91 | 41 | 3B | 0 | 37 | 2B | 7C | 2A | 28 |
| Octal | 73 | 221 | 101 | 73 | 0 | 67 | 53 | 174 | 52 | 50 |
| Binary | 111011 | 10010001 | 1000001 | 111011 | 0 | 110111 | 101011 | 1111100 | 101010 | 101000 |
Color Harmonies of #3B9141
Complementary color
Monochromatic Colors of #3B9141
Black with #3B9141
Text Example
Text Example
White with #3B9141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9141; }
p { color: rgb(59,145,65); }
H1.HeaderClassName
{
color: #3B9141;
}
.AnyTagClassName
{
color: #3B9141;
}
</style>
background-color css
<style>
a { background-color: #3B9141; }
a { background-color: rgb(59,145,65); }
div.DivClassName
{
background-color: #3B9141;
}
.BgClassName
{
background-color: #3B9141;
}
</style>
border-color css
<style>
span { border-color: #3B9141; }
span { border-color: rgb(59,145,65); }
td.TdClassName
{
border-color: #3B9141;
}
.TagClassName
{
border-color: #3B9141;
}
</style>