Shades of Fruit Salad #3BB844
Tints of Fruit Salad #3BB844
RGB
CMYK
RGB Variations
Color information
#3BB844 (or 0x3BB844) is known color: Fruit Salad. HEX triplet: 3B, B8 and 44. RGB value is (59,184,68). Sum of RGB (Red+Green+Blue) = 59+184+68=311 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.97% from 311); Green value is 184 (72.27% from 255 or 59.16% from 311); Blue value is 68 (26.95% from 255 or 21.86% from 311); Max value from RGB is 184 - color contains mainly: green. Hex color #3BB844 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BB844 is #C447BB. Grayscale: #858585. Windows color (decimal): -12863420 or 4503611. OLE color: 4503611.
HSL color Cylindrical-coordinate representation of color #3BB844: hue angle of 124.32º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3BB844 is Cyan = 0.68, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 59 | 184 | 68 | - |
| CMYK | 0.68 | 0 | 0.63 | 0.28 |
| HSL | 124.32º | 0.51% | 0.48% | - |
| HSV(B) | 124.32º | 0.68% | 0.72% | - |
| XYZ | 19.99 | 35.63 | 11.29 | - |
| YUV | 133.4 | 91.09 | 74.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 184 | 68 | 0.68 | 0 | 0.63 | 0.28 | 124.32 | 0.51 | 0.48 |
| Hex | 3B | B8 | 44 | 44 | 0 | 3F | 1C | 7C | 33 | 30 |
| Octal | 73 | 270 | 104 | 104 | 0 | 77 | 34 | 174 | 63 | 60 |
| Binary | 111011 | 10111000 | 1000100 | 1000100 | 0 | 111111 | 11100 | 1111100 | 110011 | 110000 |
Color Harmonies of #3BB844
Complementary color
Monochromatic Colors of #3BB844
Black with #3BB844
Text Example
Text Example
White with #3BB844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BB844; }
p { color: rgb(59,184,68); }
H1.HeaderClassName
{
color: #3BB844;
}
.AnyTagClassName
{
color: #3BB844;
}
</style>
background-color css
<style>
a { background-color: #3BB844; }
a { background-color: rgb(59,184,68); }
div.DivClassName
{
background-color: #3BB844;
}
.BgClassName
{
background-color: #3BB844;
}
</style>
border-color css
<style>
span { border-color: #3BB844; }
span { border-color: rgb(59,184,68); }
td.TdClassName
{
border-color: #3BB844;
}
.TagClassName
{
border-color: #3BB844;
}
</style>