Shades of Fruit Salad #3BAD41
Tints of Fruit Salad #3BAD41
RGB
CMYK
RGB Variations
Color information
#3BAD41 (or 0x3BAD41) is known color: Fruit Salad. HEX triplet: 3B, AD and 41. RGB value is (59,173,65). Sum of RGB (Red+Green+Blue) = 59+173+65=297 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.87% from 297); Green value is 173 (67.97% from 255 or 58.25% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 173 - color contains mainly: green. Hex color #3BAD41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BAD41 is #C452BE. Grayscale: #7E7E7E. Windows color (decimal): -12866239 or 4304187. OLE color: 4304187.
HSL color Cylindrical-coordinate representation of color #3BAD41: hue angle of 123.16º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BAD41 is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 59 | 173 | 65 | - |
| CMYK | 0.66 | 0 | 0.62 | 0.32 |
| HSL | 123.16º | 0.49% | 0.45% | - |
| HSV(B) | 123.16º | 0.66% | 0.68% | - |
| XYZ | 17.7 | 31.2 | 10.09 | - |
| YUV | 126.6 | 93.23 | 79.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 173 | 65 | 0.66 | 0 | 0.62 | 0.32 | 123.16 | 0.49 | 0.45 |
| Hex | 3B | AD | 41 | 42 | 0 | 3E | 20 | 7B | 31 | 2D |
| Octal | 73 | 255 | 101 | 102 | 0 | 76 | 40 | 173 | 61 | 55 |
| Binary | 111011 | 10101101 | 1000001 | 1000010 | 0 | 111110 | 100000 | 1111011 | 110001 | 101101 |
Color Harmonies of #3BAD41
Complementary color
Monochromatic Colors of #3BAD41
Black with #3BAD41
Text Example
Text Example
White with #3BAD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAD41; }
p { color: rgb(59,173,65); }
H1.HeaderClassName
{
color: #3BAD41;
}
.AnyTagClassName
{
color: #3BAD41;
}
</style>
background-color css
<style>
a { background-color: #3BAD41; }
a { background-color: rgb(59,173,65); }
div.DivClassName
{
background-color: #3BAD41;
}
.BgClassName
{
background-color: #3BAD41;
}
</style>
border-color css
<style>
span { border-color: #3BAD41; }
span { border-color: rgb(59,173,65); }
td.TdClassName
{
border-color: #3BAD41;
}
.TagClassName
{
border-color: #3BAD41;
}
</style>