Shades of Fruit Salad #329F40
Tints of Fruit Salad #329F40
RGB
CMYK
RGB Variations
Color information
#329F40 (or 0x329F40) is known color: Fruit Salad. HEX triplet: 32, 9F and 40. RGB value is (50,159,64). Sum of RGB (Red+Green+Blue) = 50+159+64=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 159 (62.5% from 255 or 58.24% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 159 - color contains mainly: green. Hex color #329F40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329F40 is #CD60BF. Grayscale: #737373. Windows color (decimal): -13459648 or 4235058. OLE color: 4235058.
HSL color Cylindrical-coordinate representation of color #329F40: hue angle of 127.71º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #329F40 is Cyan = 0.69, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 159 | 64 | - |
| CMYK | 0.69 | 0 | 0.60 | 0.38 |
| HSL | 127.71º | 0.52% | 0.41% | - |
| HSV(B) | 127.71º | 0.69% | 0.62% | - |
| XYZ | 14.64 | 25.84 | 9.07 | - |
| YUV | 115.58 | 98.89 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 159 | 64 | 0.69 | 0 | 0.60 | 0.38 | 127.71 | 0.52 | 0.41 |
| Hex | 32 | 9F | 40 | 45 | 0 | 3C | 26 | 80 | 34 | 29 |
| Octal | 62 | 237 | 100 | 105 | 0 | 74 | 46 | 200 | 64 | 51 |
| Binary | 110010 | 10011111 | 1000000 | 1000101 | 0 | 111100 | 100110 | 10000000 | 110100 | 101001 |
Color Harmonies of #329F40
Complementary color
Monochromatic Colors of #329F40
Black with #329F40
Text Example
Text Example
White with #329F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329F40; }
p { color: rgb(50,159,64); }
H1.HeaderClassName
{
color: #329F40;
}
.AnyTagClassName
{
color: #329F40;
}
</style>
background-color css
<style>
a { background-color: #329F40; }
a { background-color: rgb(50,159,64); }
div.DivClassName
{
background-color: #329F40;
}
.BgClassName
{
background-color: #329F40;
}
</style>
border-color css
<style>
span { border-color: #329F40; }
span { border-color: rgb(50,159,64); }
td.TdClassName
{
border-color: #329F40;
}
.TagClassName
{
border-color: #329F40;
}
</style>