Shades of Fruit Salad #3BA43C
Tints of Fruit Salad #3BA43C
RGB
CMYK
RGB Variations
Color information
#3BA43C (or 0x3BA43C) is known color: Fruit Salad. HEX triplet: 3B, A4 and 3C. RGB value is (59,164,60). Sum of RGB (Red+Green+Blue) = 59+164+60=283 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.85% from 283); Green value is 164 (64.45% from 255 or 57.95% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 164 - color contains mainly: green. Hex color #3BA43C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BA43C is #C45BC3. Grayscale: #797979. Windows color (decimal): -12868548 or 3974203. OLE color: 3974203.
HSL color Cylindrical-coordinate representation of color #3BA43C: hue angle of 120.57º 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 #3BA43C is Cyan = 0.64, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 59 | 164 | 60 | - |
| CMYK | 0.64 | 0 | 0.63 | 0.36 |
| HSL | 120.57º | 0.47% | 0.44% | - |
| HSV(B) | 120.57º | 0.64% | 0.64% | - |
| XYZ | 15.89 | 27.81 | 8.8 | - |
| YUV | 120.75 | 93.71 | 83.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 164 | 60 | 0.64 | 0 | 0.63 | 0.36 | 120.57 | 0.47 | 0.44 |
| Hex | 3B | A4 | 3C | 40 | 0 | 3F | 24 | 79 | 2F | 2C |
| Octal | 73 | 244 | 74 | 100 | 0 | 77 | 44 | 171 | 57 | 54 |
| Binary | 111011 | 10100100 | 111100 | 1000000 | 0 | 111111 | 100100 | 1111001 | 101111 | 101100 |
Color Harmonies of #3BA43C
Complementary color
Monochromatic Colors of #3BA43C
Black with #3BA43C
Text Example
Text Example
White with #3BA43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA43C; }
p { color: rgb(59,164,60); }
H1.HeaderClassName
{
color: #3BA43C;
}
.AnyTagClassName
{
color: #3BA43C;
}
</style>
background-color css
<style>
a { background-color: #3BA43C; }
a { background-color: rgb(59,164,60); }
div.DivClassName
{
background-color: #3BA43C;
}
.BgClassName
{
background-color: #3BA43C;
}
</style>
border-color css
<style>
span { border-color: #3BA43C; }
span { border-color: rgb(59,164,60); }
td.TdClassName
{
border-color: #3BA43C;
}
.TagClassName
{
border-color: #3BA43C;
}
</style>