Shades of Fruit Salad #329D3E
Tints of Fruit Salad #329D3E
RGB
CMYK
RGB Variations
Color information
#329D3E (or 0x329D3E) is known color: Fruit Salad. HEX triplet: 32, 9D and 3E. RGB value is (50,157,62). Sum of RGB (Red+Green+Blue) = 50+157+62=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 157 (61.72% from 255 or 58.36% from 269); Blue value is 62 (24.61% from 255 or 23.05% from 269); Max value from RGB is 157 - color contains mainly: green. Hex color #329D3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329D3E is #CD62C1. Grayscale: #727272. Windows color (decimal): -13460162 or 4103474. OLE color: 4103474.
HSL color Cylindrical-coordinate representation of color #329D3E: hue angle of 126.73º 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 #329D3E is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 157 | 62 | - |
| CMYK | 0.68 | 0 | 0.61 | 0.38 |
| HSL | 126.73º | 0.52% | 0.41% | - |
| HSV(B) | 126.73º | 0.68% | 0.62% | - |
| XYZ | 14.24 | 25.14 | 8.66 | - |
| YUV | 114.18 | 98.55 | 82.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 157 | 62 | 0.68 | 0 | 0.61 | 0.38 | 126.73 | 0.52 | 0.41 |
| Hex | 32 | 9D | 3E | 44 | 0 | 3D | 26 | 7F | 34 | 29 |
| Octal | 62 | 235 | 76 | 104 | 0 | 75 | 46 | 177 | 64 | 51 |
| Binary | 110010 | 10011101 | 111110 | 1000100 | 0 | 111101 | 100110 | 1111111 | 110100 | 101001 |
Color Harmonies of #329D3E
Complementary color
Monochromatic Colors of #329D3E
Black with #329D3E
Text Example
Text Example
White with #329D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329D3E; }
p { color: rgb(50,157,62); }
H1.HeaderClassName
{
color: #329D3E;
}
.AnyTagClassName
{
color: #329D3E;
}
</style>
background-color css
<style>
a { background-color: #329D3E; }
a { background-color: rgb(50,157,62); }
div.DivClassName
{
background-color: #329D3E;
}
.BgClassName
{
background-color: #329D3E;
}
</style>
border-color css
<style>
span { border-color: #329D3E; }
span { border-color: rgb(50,157,62); }
td.TdClassName
{
border-color: #329D3E;
}
.TagClassName
{
border-color: #329D3E;
}
</style>