Shades of Fruit Salad #3BA044
Tints of Fruit Salad #3BA044
RGB
CMYK
RGB Variations
Color information
#3BA044 (or 0x3BA044) is known color: Fruit Salad. HEX triplet: 3B, A0 and 44. RGB value is (59,160,68). Sum of RGB (Red+Green+Blue) = 59+160+68=287 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.56% from 287); Green value is 160 (62.89% from 255 or 55.75% from 287); Blue value is 68 (26.95% from 255 or 23.69% from 287); Max value from RGB is 160 - color contains mainly: green. Hex color #3BA044 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BA044 is #C45FBB. Grayscale: #777777. Windows color (decimal): -12869564 or 4497467. OLE color: 4497467.
HSL color Cylindrical-coordinate representation of color #3BA044: hue angle of 125.35º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3BA044 is Cyan = 0.63, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 59 | 160 | 68 | - |
| CMYK | 0.63 | 0 | 0.57 | 0.37 |
| HSL | 125.35º | 0.46% | 0.43% | - |
| HSV(B) | 125.35º | 0.63% | 0.63% | - |
| XYZ | 15.42 | 26.49 | 9.77 | - |
| YUV | 119.31 | 99.04 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 160 | 68 | 0.63 | 0 | 0.57 | 0.37 | 125.35 | 0.46 | 0.43 |
| Hex | 3B | A0 | 44 | 3F | 0 | 39 | 25 | 7D | 2E | 2B |
| Octal | 73 | 240 | 104 | 77 | 0 | 71 | 45 | 175 | 56 | 53 |
| Binary | 111011 | 10100000 | 1000100 | 111111 | 0 | 111001 | 100101 | 1111101 | 101110 | 101011 |
Color Harmonies of #3BA044
Complementary color
Monochromatic Colors of #3BA044
Black with #3BA044
Text Example
Text Example
White with #3BA044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA044; }
p { color: rgb(59,160,68); }
H1.HeaderClassName
{
color: #3BA044;
}
.AnyTagClassName
{
color: #3BA044;
}
</style>
background-color css
<style>
a { background-color: #3BA044; }
a { background-color: rgb(59,160,68); }
div.DivClassName
{
background-color: #3BA044;
}
.BgClassName
{
background-color: #3BA044;
}
</style>
border-color css
<style>
span { border-color: #3BA044; }
span { border-color: rgb(59,160,68); }
td.TdClassName
{
border-color: #3BA044;
}
.TagClassName
{
border-color: #3BA044;
}
</style>