Shades of Fruit Salad #3BA63C
Tints of Fruit Salad #3BA63C
RGB
CMYK
RGB Variations
Color information
#3BA63C (or 0x3BA63C) is known color: Fruit Salad. HEX triplet: 3B, A6 and 3C. RGB value is (59,166,60). Sum of RGB (Red+Green+Blue) = 59+166+60=285 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.70% from 285); Green value is 166 (65.23% from 255 or 58.25% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 166 - color contains mainly: green. Hex color #3BA63C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BA63C is #C459C3. Grayscale: #7A7A7A. Windows color (decimal): -12868036 or 3974715. OLE color: 3974715.
HSL color Cylindrical-coordinate representation of color #3BA63C: hue angle of 120.56º 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 #3BA63C is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 59 | 166 | 60 | - |
| CMYK | 0.64 | 0 | 0.64 | 0.35 |
| HSL | 120.56º | 0.48% | 0.44% | - |
| HSV(B) | 120.56º | 0.64% | 0.65% | - |
| XYZ | 16.26 | 28.53 | 8.92 | - |
| YUV | 121.92 | 93.05 | 83.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 166 | 60 | 0.64 | 0 | 0.64 | 0.35 | 120.56 | 0.48 | 0.44 |
| Hex | 3B | A6 | 3C | 40 | 0 | 40 | 23 | 79 | 30 | 2C |
| Octal | 73 | 246 | 74 | 100 | 0 | 100 | 43 | 171 | 60 | 54 |
| Binary | 111011 | 10100110 | 111100 | 1000000 | 0 | 1000000 | 100011 | 1111001 | 110000 | 101100 |
Color Harmonies of #3BA63C
Complementary color
Monochromatic Colors of #3BA63C
Black with #3BA63C
Text Example
Text Example
White with #3BA63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA63C; }
p { color: rgb(59,166,60); }
H1.HeaderClassName
{
color: #3BA63C;
}
.AnyTagClassName
{
color: #3BA63C;
}
</style>
background-color css
<style>
a { background-color: #3BA63C; }
a { background-color: rgb(59,166,60); }
div.DivClassName
{
background-color: #3BA63C;
}
.BgClassName
{
background-color: #3BA63C;
}
</style>
border-color css
<style>
span { border-color: #3BA63C; }
span { border-color: rgb(59,166,60); }
td.TdClassName
{
border-color: #3BA63C;
}
.TagClassName
{
border-color: #3BA63C;
}
</style>