Shades of Fruit Salad #3BAA33
Tints of Fruit Salad #3BAA33
RGB
CMYK
RGB Variations
Color information
#3BAA33 (or 0x3BAA33) is known color: Fruit Salad. HEX triplet: 3B, AA and 33. RGB value is (59,170,51). Sum of RGB (Red+Green+Blue) = 59+170+51=280 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.07% from 280); Green value is 170 (66.80% from 255 or 60.71% from 280); Blue value is 51 (20.31% from 255 or 18.21% from 280); Max value from RGB is 170 - color contains mainly: green. Hex color #3BAA33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BAA33 is #C455CC. Grayscale: #7B7B7B. Windows color (decimal): -12867021 or 3385915. OLE color: 3385915.
HSL color Cylindrical-coordinate representation of color #3BAA33: hue angle of 115.97º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BAA33 is Cyan = 0.65, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 170 | 51 | - |
| CMYK | 0.65 | 0 | 0.7 | 0.33 |
| HSL | 115.97º | 0.54% | 0.43% | - |
| HSV(B) | 115.97º | 0.7% | 0.67% | - |
| XYZ | 16.78 | 29.92 | 8.02 | - |
| YUV | 123.25 | 87.23 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 170 | 51 | 0.65 | 0 | 0.7 | 0.33 | 115.97 | 0.54 | 0.43 |
| Hex | 3B | AA | 33 | 41 | 0 | 46 | 21 | 74 | 36 | 2B |
| Octal | 73 | 252 | 63 | 101 | 0 | 106 | 41 | 164 | 66 | 53 |
| Binary | 111011 | 10101010 | 110011 | 1000001 | 0 | 1000110 | 100001 | 1110100 | 110110 | 101011 |
Color Harmonies of #3BAA33
Complementary color
Monochromatic Colors of #3BAA33
Black with #3BAA33
Text Example
Text Example
White with #3BAA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAA33; }
p { color: rgb(59,170,51); }
H1.HeaderClassName
{
color: #3BAA33;
}
.AnyTagClassName
{
color: #3BAA33;
}
</style>
background-color css
<style>
a { background-color: #3BAA33; }
a { background-color: rgb(59,170,51); }
div.DivClassName
{
background-color: #3BAA33;
}
.BgClassName
{
background-color: #3BAA33;
}
</style>
border-color css
<style>
span { border-color: #3BAA33; }
span { border-color: rgb(59,170,51); }
td.TdClassName
{
border-color: #3BAA33;
}
.TagClassName
{
border-color: #3BAA33;
}
</style>