Shades of Fruit Salad #3BAE3E
Tints of Fruit Salad #3BAE3E
RGB
CMYK
RGB Variations
Color information
#3BAE3E (or 0x3BAE3E) is known color: Fruit Salad. HEX triplet: 3B, AE and 3E. RGB value is (59,174,62). Sum of RGB (Red+Green+Blue) = 59+174+62=295 (39% of max value = 765). Red value is 59 (23.44% from 255 or 20% from 295); Green value is 174 (68.36% from 255 or 58.98% from 295); Blue value is 62 (24.61% from 255 or 21.02% from 295); Max value from RGB is 174 - color contains mainly: green. Hex color #3BAE3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BAE3E is #C451C1. Grayscale: #7F7F7F. Windows color (decimal): -12865986 or 4107835. OLE color: 4107835.
HSL color Cylindrical-coordinate representation of color #3BAE3E: hue angle of 121.57º 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 #3BAE3E is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 59 | 174 | 62 | - |
| CMYK | 0.66 | 0 | 0.64 | 0.32 |
| HSL | 121.57º | 0.49% | 0.46% | - |
| HSV(B) | 121.57º | 0.66% | 0.68% | - |
| XYZ | 17.81 | 31.55 | 9.71 | - |
| YUV | 126.85 | 91.4 | 79.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 174 | 62 | 0.66 | 0 | 0.64 | 0.32 | 121.57 | 0.49 | 0.46 |
| Hex | 3B | AE | 3E | 42 | 0 | 40 | 20 | 7A | 31 | 2E |
| Octal | 73 | 256 | 76 | 102 | 0 | 100 | 40 | 172 | 61 | 56 |
| Binary | 111011 | 10101110 | 111110 | 1000010 | 0 | 1000000 | 100000 | 1111010 | 110001 | 101110 |
Color Harmonies of #3BAE3E
Complementary color
Monochromatic Colors of #3BAE3E
Black with #3BAE3E
Text Example
Text Example
White with #3BAE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAE3E; }
p { color: rgb(59,174,62); }
H1.HeaderClassName
{
color: #3BAE3E;
}
.AnyTagClassName
{
color: #3BAE3E;
}
</style>
background-color css
<style>
a { background-color: #3BAE3E; }
a { background-color: rgb(59,174,62); }
div.DivClassName
{
background-color: #3BAE3E;
}
.BgClassName
{
background-color: #3BAE3E;
}
</style>
border-color css
<style>
span { border-color: #3BAE3E; }
span { border-color: rgb(59,174,62); }
td.TdClassName
{
border-color: #3BAE3E;
}
.TagClassName
{
border-color: #3BAE3E;
}
</style>