Shades of Fruit Salad #3BAB4B
Tints of Fruit Salad #3BAB4B
RGB
CMYK
RGB Variations
Color information
#3BAB4B (or 0x3BAB4B) is known color: Fruit Salad. HEX triplet: 3B, AB and 4B. RGB value is (59,171,75). Sum of RGB (Red+Green+Blue) = 59+171+75=305 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.34% from 305); Green value is 171 (67.19% from 255 or 56.07% from 305); Blue value is 75 (29.69% from 255 or 24.59% from 305); Max value from RGB is 171 - color contains mainly: green. Hex color #3BAB4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BAB4B is #C454B4. Grayscale: #7E7E7E. Windows color (decimal): -12866741 or 4959035. OLE color: 4959035.
HSL color Cylindrical-coordinate representation of color #3BAB4B: hue angle of 128.57º 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 #3BAB4B is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 171 | 75 | - |
| CMYK | 0.65 | 0 | 0.56 | 0.33 |
| HSL | 128.57º | 0.49% | 0.45% | - |
| HSV(B) | 128.57º | 0.65% | 0.67% | - |
| XYZ | 17.64 | 30.56 | 11.63 | - |
| YUV | 126.57 | 98.89 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 171 | 75 | 0.65 | 0 | 0.56 | 0.33 | 128.57 | 0.49 | 0.45 |
| Hex | 3B | AB | 4B | 41 | 0 | 38 | 21 | 81 | 31 | 2D |
| Octal | 73 | 253 | 113 | 101 | 0 | 70 | 41 | 201 | 61 | 55 |
| Binary | 111011 | 10101011 | 1001011 | 1000001 | 0 | 111000 | 100001 | 10000001 | 110001 | 101101 |
Color Harmonies of #3BAB4B
Complementary color
Monochromatic Colors of #3BAB4B
Black with #3BAB4B
Text Example
Text Example
White with #3BAB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAB4B; }
p { color: rgb(59,171,75); }
H1.HeaderClassName
{
color: #3BAB4B;
}
.AnyTagClassName
{
color: #3BAB4B;
}
</style>
background-color css
<style>
a { background-color: #3BAB4B; }
a { background-color: rgb(59,171,75); }
div.DivClassName
{
background-color: #3BAB4B;
}
.BgClassName
{
background-color: #3BAB4B;
}
</style>
border-color css
<style>
span { border-color: #3BAB4B; }
span { border-color: rgb(59,171,75); }
td.TdClassName
{
border-color: #3BAB4B;
}
.TagClassName
{
border-color: #3BAB4B;
}
</style>