Shades of Fruit Salad #3BA340
Tints of Fruit Salad #3BA340
RGB
CMYK
RGB Variations
Color information
#3BA340 (or 0x3BA340) is known color: Fruit Salad. HEX triplet: 3B, A3 and 40. RGB value is (59,163,64). Sum of RGB (Red+Green+Blue) = 59+163+64=286 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.63% from 286); Green value is 163 (64.06% from 255 or 56.99% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 163 - color contains mainly: green. Hex color #3BA340 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BA340 is #C45CBF. Grayscale: #787878. Windows color (decimal): -12868800 or 4236091. OLE color: 4236091.
HSL color Cylindrical-coordinate representation of color #3BA340: hue angle of 122.88º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3BA340 is Cyan = 0.64, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 59 | 163 | 64 | - |
| CMYK | 0.64 | 0 | 0.61 | 0.36 |
| HSL | 122.88º | 0.47% | 0.44% | - |
| HSV(B) | 122.88º | 0.64% | 0.64% | - |
| XYZ | 15.83 | 27.49 | 9.32 | - |
| YUV | 120.62 | 96.04 | 84.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 163 | 64 | 0.64 | 0 | 0.61 | 0.36 | 122.88 | 0.47 | 0.44 |
| Hex | 3B | A3 | 40 | 40 | 0 | 3D | 24 | 7B | 2F | 2C |
| Octal | 73 | 243 | 100 | 100 | 0 | 75 | 44 | 173 | 57 | 54 |
| Binary | 111011 | 10100011 | 1000000 | 1000000 | 0 | 111101 | 100100 | 1111011 | 101111 | 101100 |
Color Harmonies of #3BA340
Complementary color
Monochromatic Colors of #3BA340
Black with #3BA340
Text Example
Text Example
White with #3BA340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA340; }
p { color: rgb(59,163,64); }
H1.HeaderClassName
{
color: #3BA340;
}
.AnyTagClassName
{
color: #3BA340;
}
</style>
background-color css
<style>
a { background-color: #3BA340; }
a { background-color: rgb(59,163,64); }
div.DivClassName
{
background-color: #3BA340;
}
.BgClassName
{
background-color: #3BA340;
}
</style>
border-color css
<style>
span { border-color: #3BA340; }
span { border-color: rgb(59,163,64); }
td.TdClassName
{
border-color: #3BA340;
}
.TagClassName
{
border-color: #3BA340;
}
</style>