Shades of Fruit Salad #3BA645
Tints of Fruit Salad #3BA645
RGB
CMYK
RGB Variations
Color information
#3BA645 (or 0x3BA645) is known color: Fruit Salad. HEX triplet: 3B, A6 and 45. RGB value is (59,166,69). Sum of RGB (Red+Green+Blue) = 59+166+69=294 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.07% from 294); Green value is 166 (65.23% from 255 or 56.46% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 166 - color contains mainly: green. Hex color #3BA645 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BA645 is #C459BA. Grayscale: #7B7B7B. Windows color (decimal): -12868027 or 4564539. OLE color: 4564539.
HSL color Cylindrical-coordinate representation of color #3BA645: hue angle of 125.61º 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 #3BA645 is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 59 | 166 | 69 | - |
| CMYK | 0.64 | 0 | 0.58 | 0.35 |
| HSL | 125.61º | 0.48% | 0.44% | - |
| HSV(B) | 125.61º | 0.64% | 0.65% | - |
| XYZ | 16.51 | 28.63 | 10.29 | - |
| YUV | 122.95 | 97.55 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 166 | 69 | 0.64 | 0 | 0.58 | 0.35 | 125.61 | 0.48 | 0.44 |
| Hex | 3B | A6 | 45 | 40 | 0 | 3A | 23 | 7E | 30 | 2C |
| Octal | 73 | 246 | 105 | 100 | 0 | 72 | 43 | 176 | 60 | 54 |
| Binary | 111011 | 10100110 | 1000101 | 1000000 | 0 | 111010 | 100011 | 1111110 | 110000 | 101100 |
Color Harmonies of #3BA645
Complementary color
Monochromatic Colors of #3BA645
Black with #3BA645
Text Example
Text Example
White with #3BA645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA645; }
p { color: rgb(59,166,69); }
H1.HeaderClassName
{
color: #3BA645;
}
.AnyTagClassName
{
color: #3BA645;
}
</style>
background-color css
<style>
a { background-color: #3BA645; }
a { background-color: rgb(59,166,69); }
div.DivClassName
{
background-color: #3BA645;
}
.BgClassName
{
background-color: #3BA645;
}
</style>
border-color css
<style>
span { border-color: #3BA645; }
span { border-color: rgb(59,166,69); }
td.TdClassName
{
border-color: #3BA645;
}
.TagClassName
{
border-color: #3BA645;
}
</style>