Shades of Fruit Salad #3BAE4A
Tints of Fruit Salad #3BAE4A
RGB
CMYK
RGB Variations
Color information
#3BAE4A (or 0x3BAE4A) is known color: Fruit Salad. HEX triplet: 3B, AE and 4A. RGB value is (59,174,74). Sum of RGB (Red+Green+Blue) = 59+174+74=307 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.22% from 307); Green value is 174 (68.36% from 255 or 56.68% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 174 - color contains mainly: green. Hex color #3BAE4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BAE4A is #C451B5. Grayscale: #808080. Windows color (decimal): -12865974 or 4894267. OLE color: 4894267.
HSL color Cylindrical-coordinate representation of color #3BAE4A: hue angle of 127.83º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BAE4A is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 59 | 174 | 74 | - |
| CMYK | 0.66 | 0 | 0.57 | 0.32 |
| HSL | 127.83º | 0.49% | 0.46% | - |
| HSV(B) | 127.83º | 0.66% | 0.68% | - |
| XYZ | 18.18 | 31.7 | 11.64 | - |
| YUV | 128.22 | 97.4 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 174 | 74 | 0.66 | 0 | 0.57 | 0.32 | 127.83 | 0.49 | 0.46 |
| Hex | 3B | AE | 4A | 42 | 0 | 39 | 20 | 80 | 31 | 2E |
| Octal | 73 | 256 | 112 | 102 | 0 | 71 | 40 | 200 | 61 | 56 |
| Binary | 111011 | 10101110 | 1001010 | 1000010 | 0 | 111001 | 100000 | 10000000 | 110001 | 101110 |
Color Harmonies of #3BAE4A
Complementary color
Monochromatic Colors of #3BAE4A
Black with #3BAE4A
Text Example
Text Example
White with #3BAE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAE4A; }
p { color: rgb(59,174,74); }
H1.HeaderClassName
{
color: #3BAE4A;
}
.AnyTagClassName
{
color: #3BAE4A;
}
</style>
background-color css
<style>
a { background-color: #3BAE4A; }
a { background-color: rgb(59,174,74); }
div.DivClassName
{
background-color: #3BAE4A;
}
.BgClassName
{
background-color: #3BAE4A;
}
</style>
border-color css
<style>
span { border-color: #3BAE4A; }
span { border-color: rgb(59,174,74); }
td.TdClassName
{
border-color: #3BAE4A;
}
.TagClassName
{
border-color: #3BAE4A;
}
</style>