Shades of Fruit Salad #329E3F
Tints of Fruit Salad #329E3F
RGB
CMYK
RGB Variations
Color information
#329E3F (or 0x329E3F) is known color: Fruit Salad. HEX triplet: 32, 9E and 3F. RGB value is (50,158,63). Sum of RGB (Red+Green+Blue) = 50+158+63=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 158 (62.11% from 255 or 58.30% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 158 - color contains mainly: green. Hex color #329E3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329E3F is #CD61C0. Grayscale: #737373. Windows color (decimal): -13459905 or 4169266. OLE color: 4169266.
HSL color Cylindrical-coordinate representation of color #329E3F: hue angle of 127.22º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329E3F is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 158 | 63 | - |
| CMYK | 0.68 | 0 | 0.60 | 0.38 |
| HSL | 127.22º | 0.52% | 0.41% | - |
| HSV(B) | 127.22º | 0.68% | 0.62% | - |
| XYZ | 14.44 | 25.49 | 8.86 | - |
| YUV | 114.88 | 98.72 | 81.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 158 | 63 | 0.68 | 0 | 0.60 | 0.38 | 127.22 | 0.52 | 0.41 |
| Hex | 32 | 9E | 3F | 44 | 0 | 3C | 26 | 7F | 34 | 29 |
| Octal | 62 | 236 | 77 | 104 | 0 | 74 | 46 | 177 | 64 | 51 |
| Binary | 110010 | 10011110 | 111111 | 1000100 | 0 | 111100 | 100110 | 1111111 | 110100 | 101001 |
Color Harmonies of #329E3F
Complementary color
Monochromatic Colors of #329E3F
Black with #329E3F
Text Example
Text Example
White with #329E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329E3F; }
p { color: rgb(50,158,63); }
H1.HeaderClassName
{
color: #329E3F;
}
.AnyTagClassName
{
color: #329E3F;
}
</style>
background-color css
<style>
a { background-color: #329E3F; }
a { background-color: rgb(50,158,63); }
div.DivClassName
{
background-color: #329E3F;
}
.BgClassName
{
background-color: #329E3F;
}
</style>
border-color css
<style>
span { border-color: #329E3F; }
span { border-color: rgb(50,158,63); }
td.TdClassName
{
border-color: #329E3F;
}
.TagClassName
{
border-color: #329E3F;
}
</style>