Shades of Fruit Salad #3BAE44
Tints of Fruit Salad #3BAE44
RGB
CMYK
RGB Variations
Color information
#3BAE44 (or 0x3BAE44) is known color: Fruit Salad. HEX triplet: 3B, AE and 44. RGB value is (59,174,68). Sum of RGB (Red+Green+Blue) = 59+174+68=301 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.60% from 301); Green value is 174 (68.36% from 255 or 57.81% from 301); Blue value is 68 (26.95% from 255 or 22.59% from 301); Max value from RGB is 174 - color contains mainly: green. Hex color #3BAE44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BAE44 is #C451BB. Grayscale: #7F7F7F. Windows color (decimal): -12865980 or 4501051. OLE color: 4501051.
HSL color Cylindrical-coordinate representation of color #3BAE44: hue angle of 124.7º 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 #3BAE44 is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 59 | 174 | 68 | - |
| CMYK | 0.66 | 0 | 0.61 | 0.32 |
| HSL | 124.7º | 0.49% | 0.46% | - |
| HSV(B) | 124.7º | 0.66% | 0.68% | - |
| XYZ | 17.98 | 31.62 | 10.62 | - |
| YUV | 127.53 | 94.4 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 174 | 68 | 0.66 | 0 | 0.61 | 0.32 | 124.7 | 0.49 | 0.46 |
| Hex | 3B | AE | 44 | 42 | 0 | 3D | 20 | 7D | 31 | 2E |
| Octal | 73 | 256 | 104 | 102 | 0 | 75 | 40 | 175 | 61 | 56 |
| Binary | 111011 | 10101110 | 1000100 | 1000010 | 0 | 111101 | 100000 | 1111101 | 110001 | 101110 |
Color Harmonies of #3BAE44
Complementary color
Monochromatic Colors of #3BAE44
Black with #3BAE44
Text Example
Text Example
White with #3BAE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAE44; }
p { color: rgb(59,174,68); }
H1.HeaderClassName
{
color: #3BAE44;
}
.AnyTagClassName
{
color: #3BAE44;
}
</style>
background-color css
<style>
a { background-color: #3BAE44; }
a { background-color: rgb(59,174,68); }
div.DivClassName
{
background-color: #3BAE44;
}
.BgClassName
{
background-color: #3BAE44;
}
</style>
border-color css
<style>
span { border-color: #3BAE44; }
span { border-color: rgb(59,174,68); }
td.TdClassName
{
border-color: #3BAE44;
}
.TagClassName
{
border-color: #3BAE44;
}
</style>