Shades of Fruit Salad #3B9E42
Tints of Fruit Salad #3B9E42
RGB
CMYK
RGB Variations
Color information
#3B9E42 (or 0x3B9E42) is known color: Fruit Salad. HEX triplet: 3B, 9E and 42. RGB value is (59,158,66). Sum of RGB (Red+Green+Blue) = 59+158+66=283 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.85% from 283); Green value is 158 (62.11% from 255 or 55.83% from 283); Blue value is 66 (26.17% from 255 or 23.32% from 283); Max value from RGB is 158 - color contains mainly: green. Hex color #3B9E42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B9E42 is #C461BD. Grayscale: #767676. Windows color (decimal): -12870078 or 4365883. OLE color: 4365883.
HSL color Cylindrical-coordinate representation of color #3B9E42: hue angle of 124.24º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B9E42 is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 59 | 158 | 66 | - |
| CMYK | 0.63 | 0 | 0.58 | 0.38 |
| HSL | 124.24º | 0.46% | 0.43% | - |
| HSV(B) | 124.24º | 0.63% | 0.62% | - |
| XYZ | 15.01 | 25.78 | 9.34 | - |
| YUV | 117.91 | 98.7 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 158 | 66 | 0.63 | 0 | 0.58 | 0.38 | 124.24 | 0.46 | 0.43 |
| Hex | 3B | 9E | 42 | 3F | 0 | 3A | 26 | 7C | 2E | 2B |
| Octal | 73 | 236 | 102 | 77 | 0 | 72 | 46 | 174 | 56 | 53 |
| Binary | 111011 | 10011110 | 1000010 | 111111 | 0 | 111010 | 100110 | 1111100 | 101110 | 101011 |
Color Harmonies of #3B9E42
Complementary color
Monochromatic Colors of #3B9E42
Black with #3B9E42
Text Example
Text Example
White with #3B9E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9E42; }
p { color: rgb(59,158,66); }
H1.HeaderClassName
{
color: #3B9E42;
}
.AnyTagClassName
{
color: #3B9E42;
}
</style>
background-color css
<style>
a { background-color: #3B9E42; }
a { background-color: rgb(59,158,66); }
div.DivClassName
{
background-color: #3B9E42;
}
.BgClassName
{
background-color: #3B9E42;
}
</style>
border-color css
<style>
span { border-color: #3B9E42; }
span { border-color: rgb(59,158,66); }
td.TdClassName
{
border-color: #3B9E42;
}
.TagClassName
{
border-color: #3B9E42;
}
</style>