Shades of Fruit Salad #3BA344
Tints of Fruit Salad #3BA344
RGB
CMYK
RGB Variations
Color information
#3BA344 (or 0x3BA344) is known color: Fruit Salad. HEX triplet: 3B, A3 and 44. RGB value is (59,163,68). Sum of RGB (Red+Green+Blue) = 59+163+68=290 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.34% from 290); Green value is 163 (64.06% from 255 or 56.21% from 290); Blue value is 68 (26.95% from 255 or 23.45% from 290); Max value from RGB is 163 - color contains mainly: green. Hex color #3BA344 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BA344 is #C45CBB. Grayscale: #797979. Windows color (decimal): -12868796 or 4498235. OLE color: 4498235.
HSL color Cylindrical-coordinate representation of color #3BA344: hue angle of 125.19º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3BA344 is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 59 | 163 | 68 | - |
| CMYK | 0.64 | 0 | 0.58 | 0.36 |
| HSL | 125.19º | 0.47% | 0.44% | - |
| HSV(B) | 125.19º | 0.64% | 0.64% | - |
| XYZ | 15.94 | 27.54 | 9.94 | - |
| YUV | 121.07 | 98.04 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 163 | 68 | 0.64 | 0 | 0.58 | 0.36 | 125.19 | 0.47 | 0.44 |
| Hex | 3B | A3 | 44 | 40 | 0 | 3A | 24 | 7D | 2F | 2C |
| Octal | 73 | 243 | 104 | 100 | 0 | 72 | 44 | 175 | 57 | 54 |
| Binary | 111011 | 10100011 | 1000100 | 1000000 | 0 | 111010 | 100100 | 1111101 | 101111 | 101100 |
Color Harmonies of #3BA344
Complementary color
Monochromatic Colors of #3BA344
Black with #3BA344
Text Example
Text Example
White with #3BA344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA344; }
p { color: rgb(59,163,68); }
H1.HeaderClassName
{
color: #3BA344;
}
.AnyTagClassName
{
color: #3BA344;
}
</style>
background-color css
<style>
a { background-color: #3BA344; }
a { background-color: rgb(59,163,68); }
div.DivClassName
{
background-color: #3BA344;
}
.BgClassName
{
background-color: #3BA344;
}
</style>
border-color css
<style>
span { border-color: #3BA344; }
span { border-color: rgb(59,163,68); }
td.TdClassName
{
border-color: #3BA344;
}
.TagClassName
{
border-color: #3BA344;
}
</style>