Shades of Fruit Salad #3BAA40
Tints of Fruit Salad #3BAA40
RGB
CMYK
RGB Variations
Color information
#3BAA40 (or 0x3BAA40) is known color: Fruit Salad. HEX triplet: 3B, AA and 40. RGB value is (59,170,64). Sum of RGB (Red+Green+Blue) = 59+170+64=293 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.14% from 293); Green value is 170 (66.80% from 255 or 58.02% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 170 - color contains mainly: green. Hex color #3BAA40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BAA40 is #C455BF. Grayscale: #7D7D7D. Windows color (decimal): -12867008 or 4237883. OLE color: 4237883.
HSL color Cylindrical-coordinate representation of color #3BAA40: hue angle of 122.7º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BAA40 is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 170 | 64 | - |
| CMYK | 0.65 | 0 | 0.62 | 0.33 |
| HSL | 122.7º | 0.48% | 0.45% | - |
| HSV(B) | 122.7º | 0.65% | 0.67% | - |
| XYZ | 17.1 | 30.05 | 9.75 | - |
| YUV | 124.73 | 93.73 | 81.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 170 | 64 | 0.65 | 0 | 0.62 | 0.33 | 122.7 | 0.48 | 0.45 |
| Hex | 3B | AA | 40 | 41 | 0 | 3E | 21 | 7B | 30 | 2D |
| Octal | 73 | 252 | 100 | 101 | 0 | 76 | 41 | 173 | 60 | 55 |
| Binary | 111011 | 10101010 | 1000000 | 1000001 | 0 | 111110 | 100001 | 1111011 | 110000 | 101101 |
Color Harmonies of #3BAA40
Complementary color
Monochromatic Colors of #3BAA40
Black with #3BAA40
Text Example
Text Example
White with #3BAA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAA40; }
p { color: rgb(59,170,64); }
H1.HeaderClassName
{
color: #3BAA40;
}
.AnyTagClassName
{
color: #3BAA40;
}
</style>
background-color css
<style>
a { background-color: #3BAA40; }
a { background-color: rgb(59,170,64); }
div.DivClassName
{
background-color: #3BAA40;
}
.BgClassName
{
background-color: #3BAA40;
}
</style>
border-color css
<style>
span { border-color: #3BAA40; }
span { border-color: rgb(59,170,64); }
td.TdClassName
{
border-color: #3BAA40;
}
.TagClassName
{
border-color: #3BAA40;
}
</style>