Shades of Fruit Salad #32A040
Tints of Fruit Salad #32A040
RGB
CMYK
RGB Variations
Color information
#32A040 (or 0x32A040) is known color: Fruit Salad. HEX triplet: 32, A0 and 40. RGB value is (50,160,64). Sum of RGB (Red+Green+Blue) = 50+160+64=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 160 (62.89% from 255 or 58.39% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 160 - color contains mainly: green. Hex color #32A040 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32A040 is #CD5FBF. Grayscale: #747474. Windows color (decimal): -13459392 or 4235314. OLE color: 4235314.
HSL color Cylindrical-coordinate representation of color #32A040: hue angle of 127.64º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32A040 is Cyan = 0.69, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 50 | 160 | 64 | - |
| CMYK | 0.69 | 0 | 0.6 | 0.37 |
| HSL | 127.64º | 0.52% | 0.41% | - |
| HSV(B) | 127.64º | 0.69% | 0.63% | - |
| XYZ | 14.81 | 26.19 | 9.12 | - |
| YUV | 116.17 | 98.56 | 80.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 160 | 64 | 0.69 | 0 | 0.6 | 0.37 | 127.64 | 0.52 | 0.41 |
| Hex | 32 | A0 | 40 | 45 | 0 | 3C | 25 | 80 | 34 | 29 |
| Octal | 62 | 240 | 100 | 105 | 0 | 74 | 45 | 200 | 64 | 51 |
| Binary | 110010 | 10100000 | 1000000 | 1000101 | 0 | 111100 | 100101 | 10000000 | 110100 | 101001 |
Color Harmonies of #32A040
Complementary color
Monochromatic Colors of #32A040
Black with #32A040
Text Example
Text Example
White with #32A040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A040; }
p { color: rgb(50,160,64); }
H1.HeaderClassName
{
color: #32A040;
}
.AnyTagClassName
{
color: #32A040;
}
</style>
background-color css
<style>
a { background-color: #32A040; }
a { background-color: rgb(50,160,64); }
div.DivClassName
{
background-color: #32A040;
}
.BgClassName
{
background-color: #32A040;
}
</style>
border-color css
<style>
span { border-color: #32A040; }
span { border-color: rgb(50,160,64); }
td.TdClassName
{
border-color: #32A040;
}
.TagClassName
{
border-color: #32A040;
}
</style>