Shades of Fruit Salad #329C3B
Tints of Fruit Salad #329C3B
RGB
CMYK
RGB Variations
Color information
#329C3B (or 0x329C3B) is known color: Fruit Salad. HEX triplet: 32, 9C and 3B. RGB value is (50,156,59). Sum of RGB (Red+Green+Blue) = 50+156+59=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 156 (61.33% from 255 or 58.87% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 156 - color contains mainly: green. Hex color #329C3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329C3B is #CD63C4. Grayscale: #717171. Windows color (decimal): -13460421 or 3906610. OLE color: 3906610.
HSL color Cylindrical-coordinate representation of color #329C3B: hue angle of 125.09º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329C3B is Cyan = 0.68, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 156 | 59 | - |
| CMYK | 0.68 | 0 | 0.62 | 0.39 |
| HSL | 125.09º | 0.51% | 0.4% | - |
| HSV(B) | 125.09º | 0.68% | 0.61% | - |
| XYZ | 13.99 | 24.77 | 8.18 | - |
| YUV | 113.25 | 97.38 | 82.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 156 | 59 | 0.68 | 0 | 0.62 | 0.39 | 125.09 | 0.51 | 0.4 |
| Hex | 32 | 9C | 3B | 44 | 0 | 3E | 27 | 7D | 33 | 28 |
| Octal | 62 | 234 | 73 | 104 | 0 | 76 | 47 | 175 | 63 | 50 |
| Binary | 110010 | 10011100 | 111011 | 1000100 | 0 | 111110 | 100111 | 1111101 | 110011 | 101000 |
Color Harmonies of #329C3B
Complementary color
Monochromatic Colors of #329C3B
Black with #329C3B
Text Example
Text Example
White with #329C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329C3B; }
p { color: rgb(50,156,59); }
H1.HeaderClassName
{
color: #329C3B;
}
.AnyTagClassName
{
color: #329C3B;
}
</style>
background-color css
<style>
a { background-color: #329C3B; }
a { background-color: rgb(50,156,59); }
div.DivClassName
{
background-color: #329C3B;
}
.BgClassName
{
background-color: #329C3B;
}
</style>
border-color css
<style>
span { border-color: #329C3B; }
span { border-color: rgb(50,156,59); }
td.TdClassName
{
border-color: #329C3B;
}
.TagClassName
{
border-color: #329C3B;
}
</style>