Shades of Fruit Salad #3B983E
Tints of Fruit Salad #3B983E
RGB
CMYK
RGB Variations
Color information
#3B983E (or 0x3B983E) is known color: Fruit Salad. HEX triplet: 3B, 98 and 3E. RGB value is (59,152,62). Sum of RGB (Red+Green+Blue) = 59+152+62=273 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.61% from 273); Green value is 152 (59.77% from 255 or 55.68% from 273); Blue value is 62 (24.61% from 255 or 22.71% from 273); Max value from RGB is 152 - color contains mainly: green. Hex color #3B983E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B983E is #C467C1. Grayscale: #727272. Windows color (decimal): -12871618 or 4102203. OLE color: 4102203.
HSL color Cylindrical-coordinate representation of color #3B983E: hue angle of 121.94º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B983E is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 59 | 152 | 62 | - |
| CMYK | 0.61 | 0 | 0.59 | 0.40 |
| HSL | 121.94º | 0.44% | 0.41% | - |
| HSV(B) | 121.94º | 0.61% | 0.6% | - |
| XYZ | 13.9 | 23.73 | 8.41 | - |
| YUV | 113.93 | 98.69 | 88.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 152 | 62 | 0.61 | 0 | 0.59 | 0.40 | 121.94 | 0.44 | 0.41 |
| Hex | 3B | 98 | 3E | 3D | 0 | 3B | 28 | 7A | 2C | 29 |
| Octal | 73 | 230 | 76 | 75 | 0 | 73 | 50 | 172 | 54 | 51 |
| Binary | 111011 | 10011000 | 111110 | 111101 | 0 | 111011 | 101000 | 1111010 | 101100 | 101001 |
Color Harmonies of #3B983E
Complementary color
Monochromatic Colors of #3B983E
Black with #3B983E
Text Example
Text Example
White with #3B983E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B983E; }
p { color: rgb(59,152,62); }
H1.HeaderClassName
{
color: #3B983E;
}
.AnyTagClassName
{
color: #3B983E;
}
</style>
background-color css
<style>
a { background-color: #3B983E; }
a { background-color: rgb(59,152,62); }
div.DivClassName
{
background-color: #3B983E;
}
.BgClassName
{
background-color: #3B983E;
}
</style>
border-color css
<style>
span { border-color: #3B983E; }
span { border-color: rgb(59,152,62); }
td.TdClassName
{
border-color: #3B983E;
}
.TagClassName
{
border-color: #3B983E;
}
</style>