Shades of Fruit Salad #3BA642
Tints of Fruit Salad #3BA642
RGB
CMYK
RGB Variations
Color information
#3BA642 (or 0x3BA642) is known color: Fruit Salad. HEX triplet: 3B, A6 and 42. RGB value is (59,166,66). Sum of RGB (Red+Green+Blue) = 59+166+66=291 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.27% from 291); Green value is 166 (65.23% from 255 or 57.04% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 166 - color contains mainly: green. Hex color #3BA642 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BA642 is #C459BD. Grayscale: #7A7A7A. Windows color (decimal): -12868030 or 4367931. OLE color: 4367931.
HSL color Cylindrical-coordinate representation of color #3BA642: hue angle of 123.93º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3BA642 is Cyan = 0.64, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 59 | 166 | 66 | - |
| CMYK | 0.64 | 0 | 0.60 | 0.35 |
| HSL | 123.93º | 0.48% | 0.44% | - |
| HSV(B) | 123.93º | 0.64% | 0.65% | - |
| XYZ | 16.42 | 28.6 | 9.81 | - |
| YUV | 122.61 | 96.05 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 166 | 66 | 0.64 | 0 | 0.60 | 0.35 | 123.93 | 0.48 | 0.44 |
| Hex | 3B | A6 | 42 | 40 | 0 | 3C | 23 | 7C | 30 | 2C |
| Octal | 73 | 246 | 102 | 100 | 0 | 74 | 43 | 174 | 60 | 54 |
| Binary | 111011 | 10100110 | 1000010 | 1000000 | 0 | 111100 | 100011 | 1111100 | 110000 | 101100 |
Color Harmonies of #3BA642
Complementary color
Monochromatic Colors of #3BA642
Black with #3BA642
Text Example
Text Example
White with #3BA642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA642; }
p { color: rgb(59,166,66); }
H1.HeaderClassName
{
color: #3BA642;
}
.AnyTagClassName
{
color: #3BA642;
}
</style>
background-color css
<style>
a { background-color: #3BA642; }
a { background-color: rgb(59,166,66); }
div.DivClassName
{
background-color: #3BA642;
}
.BgClassName
{
background-color: #3BA642;
}
</style>
border-color css
<style>
span { border-color: #3BA642; }
span { border-color: rgb(59,166,66); }
td.TdClassName
{
border-color: #3BA642;
}
.TagClassName
{
border-color: #3BA642;
}
</style>