Shades of Fruit Salad #3BAB3E
Tints of Fruit Salad #3BAB3E
RGB
CMYK
RGB Variations
Color information
#3BAB3E (or 0x3BAB3E) is known color: Fruit Salad. HEX triplet: 3B, AB and 3E. RGB value is (59,171,62). Sum of RGB (Red+Green+Blue) = 59+171+62=292 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.21% from 292); Green value is 171 (67.19% from 255 or 58.56% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 171 - color contains mainly: green. Hex color #3BAB3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BAB3E is #C454C1. Grayscale: #7D7D7D. Windows color (decimal): -12866754 or 4107067. OLE color: 4107067.
HSL color Cylindrical-coordinate representation of color #3BAB3E: hue angle of 121.61º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BAB3E is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 171 | 62 | - |
| CMYK | 0.65 | 0 | 0.64 | 0.33 |
| HSL | 121.61º | 0.49% | 0.45% | - |
| HSV(B) | 121.61º | 0.65% | 0.67% | - |
| XYZ | 17.24 | 30.4 | 9.52 | - |
| YUV | 125.09 | 92.39 | 80.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 171 | 62 | 0.65 | 0 | 0.64 | 0.33 | 121.61 | 0.49 | 0.45 |
| Hex | 3B | AB | 3E | 41 | 0 | 40 | 21 | 7A | 31 | 2D |
| Octal | 73 | 253 | 76 | 101 | 0 | 100 | 41 | 172 | 61 | 55 |
| Binary | 111011 | 10101011 | 111110 | 1000001 | 0 | 1000000 | 100001 | 1111010 | 110001 | 101101 |
Color Harmonies of #3BAB3E
Complementary color
Monochromatic Colors of #3BAB3E
Black with #3BAB3E
Text Example
Text Example
White with #3BAB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAB3E; }
p { color: rgb(59,171,62); }
H1.HeaderClassName
{
color: #3BAB3E;
}
.AnyTagClassName
{
color: #3BAB3E;
}
</style>
background-color css
<style>
a { background-color: #3BAB3E; }
a { background-color: rgb(59,171,62); }
div.DivClassName
{
background-color: #3BAB3E;
}
.BgClassName
{
background-color: #3BAB3E;
}
</style>
border-color css
<style>
span { border-color: #3BAB3E; }
span { border-color: rgb(59,171,62); }
td.TdClassName
{
border-color: #3BAB3E;
}
.TagClassName
{
border-color: #3BAB3E;
}
</style>