Shades of Fruit Salad #3BAB4A
Tints of Fruit Salad #3BAB4A
RGB
CMYK
RGB Variations
Color information
#3BAB4A (or 0x3BAB4A) is known color: Fruit Salad. HEX triplet: 3B, AB and 4A. RGB value is (59,171,74). Sum of RGB (Red+Green+Blue) = 59+171+74=304 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.41% from 304); Green value is 171 (67.19% from 255 or 56.25% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 171 - color contains mainly: green. Hex color #3BAB4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BAB4A is #C454B5. Grayscale: #7E7E7E. Windows color (decimal): -12866742 or 4893499. OLE color: 4893499.
HSL color Cylindrical-coordinate representation of color #3BAB4A: hue angle of 128.04º 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 #3BAB4A is Cyan = 0.65, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 171 | 74 | - |
| CMYK | 0.65 | 0 | 0.57 | 0.33 |
| HSL | 128.04º | 0.49% | 0.45% | - |
| HSV(B) | 128.04º | 0.65% | 0.67% | - |
| XYZ | 17.6 | 30.55 | 11.45 | - |
| YUV | 126.45 | 98.39 | 79.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 171 | 74 | 0.65 | 0 | 0.57 | 0.33 | 128.04 | 0.49 | 0.45 |
| Hex | 3B | AB | 4A | 41 | 0 | 39 | 21 | 80 | 31 | 2D |
| Octal | 73 | 253 | 112 | 101 | 0 | 71 | 41 | 200 | 61 | 55 |
| Binary | 111011 | 10101011 | 1001010 | 1000001 | 0 | 111001 | 100001 | 10000000 | 110001 | 101101 |
Color Harmonies of #3BAB4A
Complementary color
Monochromatic Colors of #3BAB4A
Black with #3BAB4A
Text Example
Text Example
White with #3BAB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAB4A; }
p { color: rgb(59,171,74); }
H1.HeaderClassName
{
color: #3BAB4A;
}
.AnyTagClassName
{
color: #3BAB4A;
}
</style>
background-color css
<style>
a { background-color: #3BAB4A; }
a { background-color: rgb(59,171,74); }
div.DivClassName
{
background-color: #3BAB4A;
}
.BgClassName
{
background-color: #3BAB4A;
}
</style>
border-color css
<style>
span { border-color: #3BAB4A; }
span { border-color: rgb(59,171,74); }
td.TdClassName
{
border-color: #3BAB4A;
}
.TagClassName
{
border-color: #3BAB4A;
}
</style>