Shades of Fruit Salad #3BAC41
Tints of Fruit Salad #3BAC41
RGB
CMYK
RGB Variations
Color information
#3BAC41 (or 0x3BAC41) is known color: Fruit Salad. HEX triplet: 3B, AC and 41. RGB value is (59,172,65). Sum of RGB (Red+Green+Blue) = 59+172+65=296 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.93% from 296); Green value is 172 (67.58% from 255 or 58.11% from 296); Blue value is 65 (25.78% from 255 or 21.96% from 296); Max value from RGB is 172 - color contains mainly: green. Hex color #3BAC41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BAC41 is #C453BE. Grayscale: #7E7E7E. Windows color (decimal): -12866495 or 4303931. OLE color: 4303931.
HSL color Cylindrical-coordinate representation of color #3BAC41: hue angle of 123.19º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BAC41 is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 172 | 65 | - |
| CMYK | 0.66 | 0 | 0.62 | 0.33 |
| HSL | 123.19º | 0.49% | 0.45% | - |
| HSV(B) | 123.19º | 0.66% | 0.67% | - |
| XYZ | 17.51 | 30.82 | 10.03 | - |
| YUV | 126.02 | 93.56 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 172 | 65 | 0.66 | 0 | 0.62 | 0.33 | 123.19 | 0.49 | 0.45 |
| Hex | 3B | AC | 41 | 42 | 0 | 3E | 21 | 7B | 31 | 2D |
| Octal | 73 | 254 | 101 | 102 | 0 | 76 | 41 | 173 | 61 | 55 |
| Binary | 111011 | 10101100 | 1000001 | 1000010 | 0 | 111110 | 100001 | 1111011 | 110001 | 101101 |
Color Harmonies of #3BAC41
Complementary color
Monochromatic Colors of #3BAC41
Black with #3BAC41
Text Example
Text Example
White with #3BAC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAC41; }
p { color: rgb(59,172,65); }
H1.HeaderClassName
{
color: #3BAC41;
}
.AnyTagClassName
{
color: #3BAC41;
}
</style>
background-color css
<style>
a { background-color: #3BAC41; }
a { background-color: rgb(59,172,65); }
div.DivClassName
{
background-color: #3BAC41;
}
.BgClassName
{
background-color: #3BAC41;
}
</style>
border-color css
<style>
span { border-color: #3BAC41; }
span { border-color: rgb(59,172,65); }
td.TdClassName
{
border-color: #3BAC41;
}
.TagClassName
{
border-color: #3BAC41;
}
</style>