Shades of Fruit Salad #3BAD4A
Tints of Fruit Salad #3BAD4A
RGB
CMYK
RGB Variations
Color information
#3BAD4A (or 0x3BAD4A) is known color: Fruit Salad. HEX triplet: 3B, AD and 4A. RGB value is (59,173,74). Sum of RGB (Red+Green+Blue) = 59+173+74=306 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.28% from 306); Green value is 173 (67.97% from 255 or 56.54% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 173 - color contains mainly: green. Hex color #3BAD4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BAD4A is #C452B5. Grayscale: #7F7F7F. Windows color (decimal): -12866230 or 4894011. OLE color: 4894011.
HSL color Cylindrical-coordinate representation of color #3BAD4A: hue angle of 127.89º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BAD4A is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 59 | 173 | 74 | - |
| CMYK | 0.66 | 0 | 0.57 | 0.32 |
| HSL | 127.89º | 0.49% | 0.45% | - |
| HSV(B) | 127.89º | 0.66% | 0.68% | - |
| XYZ | 17.98 | 31.31 | 11.57 | - |
| YUV | 127.63 | 97.73 | 79.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 173 | 74 | 0.66 | 0 | 0.57 | 0.32 | 127.89 | 0.49 | 0.45 |
| Hex | 3B | AD | 4A | 42 | 0 | 39 | 20 | 80 | 31 | 2D |
| Octal | 73 | 255 | 112 | 102 | 0 | 71 | 40 | 200 | 61 | 55 |
| Binary | 111011 | 10101101 | 1001010 | 1000010 | 0 | 111001 | 100000 | 10000000 | 110001 | 101101 |
Color Harmonies of #3BAD4A
Complementary color
Monochromatic Colors of #3BAD4A
Black with #3BAD4A
Text Example
Text Example
White with #3BAD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAD4A; }
p { color: rgb(59,173,74); }
H1.HeaderClassName
{
color: #3BAD4A;
}
.AnyTagClassName
{
color: #3BAD4A;
}
</style>
background-color css
<style>
a { background-color: #3BAD4A; }
a { background-color: rgb(59,173,74); }
div.DivClassName
{
background-color: #3BAD4A;
}
.BgClassName
{
background-color: #3BAD4A;
}
</style>
border-color css
<style>
span { border-color: #3BAD4A; }
span { border-color: rgb(59,173,74); }
td.TdClassName
{
border-color: #3BAD4A;
}
.TagClassName
{
border-color: #3BAD4A;
}
</style>