Shades of Fruit Salad #3BA644
Tints of Fruit Salad #3BA644
RGB
CMYK
RGB Variations
Color information
#3BA644 (or 0x3BA644) is known color: Fruit Salad. HEX triplet: 3B, A6 and 44. RGB value is (59,166,68). Sum of RGB (Red+Green+Blue) = 59+166+68=293 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.14% from 293); Green value is 166 (65.23% from 255 or 56.66% from 293); Blue value is 68 (26.95% from 255 or 23.21% from 293); Max value from RGB is 166 - color contains mainly: green. Hex color #3BA644 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BA644 is #C459BB. Grayscale: #7B7B7B. Windows color (decimal): -12868028 or 4499003. OLE color: 4499003.
HSL color Cylindrical-coordinate representation of color #3BA644: hue angle of 125.05º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3BA644 is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 59 | 166 | 68 | - |
| CMYK | 0.64 | 0 | 0.59 | 0.35 |
| HSL | 125.05º | 0.48% | 0.44% | - |
| HSV(B) | 125.05º | 0.64% | 0.65% | - |
| XYZ | 16.48 | 28.62 | 10.12 | - |
| YUV | 122.84 | 97.05 | 82.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 166 | 68 | 0.64 | 0 | 0.59 | 0.35 | 125.05 | 0.48 | 0.44 |
| Hex | 3B | A6 | 44 | 40 | 0 | 3B | 23 | 7D | 30 | 2C |
| Octal | 73 | 246 | 104 | 100 | 0 | 73 | 43 | 175 | 60 | 54 |
| Binary | 111011 | 10100110 | 1000100 | 1000000 | 0 | 111011 | 100011 | 1111101 | 110000 | 101100 |
Color Harmonies of #3BA644
Complementary color
Monochromatic Colors of #3BA644
Black with #3BA644
Text Example
Text Example
White with #3BA644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA644; }
p { color: rgb(59,166,68); }
H1.HeaderClassName
{
color: #3BA644;
}
.AnyTagClassName
{
color: #3BA644;
}
</style>
background-color css
<style>
a { background-color: #3BA644; }
a { background-color: rgb(59,166,68); }
div.DivClassName
{
background-color: #3BA644;
}
.BgClassName
{
background-color: #3BA644;
}
</style>
border-color css
<style>
span { border-color: #3BA644; }
span { border-color: rgb(59,166,68); }
td.TdClassName
{
border-color: #3BA644;
}
.TagClassName
{
border-color: #3BA644;
}
</style>