Shades of Fruit Salad #3BA636
Tints of Fruit Salad #3BA636
RGB
CMYK
RGB Variations
Color information
#3BA636 (or 0x3BA636) is known color: Fruit Salad. HEX triplet: 3B, A6 and 36. RGB value is (59,166,54). Sum of RGB (Red+Green+Blue) = 59+166+54=279 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.15% from 279); Green value is 166 (65.23% from 255 or 59.50% from 279); Blue value is 54 (21.48% from 255 or 19.35% from 279); Max value from RGB is 166 - color contains mainly: green. Hex color #3BA636 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BA636 is #C459C9. Grayscale: #797979. Windows color (decimal): -12868042 or 3581499. OLE color: 3581499.
HSL color Cylindrical-coordinate representation of color #3BA636: hue angle of 117.32º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3BA636 is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 59 | 166 | 54 | - |
| CMYK | 0.64 | 0 | 0.67 | 0.35 |
| HSL | 117.32º | 0.51% | 0.43% | - |
| HSV(B) | 117.32º | 0.67% | 0.65% | - |
| XYZ | 16.11 | 28.47 | 8.14 | - |
| YUV | 121.24 | 90.05 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 166 | 54 | 0.64 | 0 | 0.67 | 0.35 | 117.32 | 0.51 | 0.43 |
| Hex | 3B | A6 | 36 | 40 | 0 | 43 | 23 | 75 | 33 | 2B |
| Octal | 73 | 246 | 66 | 100 | 0 | 103 | 43 | 165 | 63 | 53 |
| Binary | 111011 | 10100110 | 110110 | 1000000 | 0 | 1000011 | 100011 | 1110101 | 110011 | 101011 |
Color Harmonies of #3BA636
Complementary color
Monochromatic Colors of #3BA636
Black with #3BA636
Text Example
Text Example
White with #3BA636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA636; }
p { color: rgb(59,166,54); }
H1.HeaderClassName
{
color: #3BA636;
}
.AnyTagClassName
{
color: #3BA636;
}
</style>
background-color css
<style>
a { background-color: #3BA636; }
a { background-color: rgb(59,166,54); }
div.DivClassName
{
background-color: #3BA636;
}
.BgClassName
{
background-color: #3BA636;
}
</style>
border-color css
<style>
span { border-color: #3BA636; }
span { border-color: rgb(59,166,54); }
td.TdClassName
{
border-color: #3BA636;
}
.TagClassName
{
border-color: #3BA636;
}
</style>