Shades of Fruit Salad #329C3E
Tints of Fruit Salad #329C3E
RGB
CMYK
RGB Variations
Color information
#329C3E (or 0x329C3E) is known color: Fruit Salad. HEX triplet: 32, 9C and 3E. RGB value is (50,156,62). Sum of RGB (Red+Green+Blue) = 50+156+62=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 156 (61.33% from 255 or 58.21% from 268); Blue value is 62 (24.61% from 255 or 23.13% from 268); Max value from RGB is 156 - color contains mainly: green. Hex color #329C3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329C3E is #CD63C1. Grayscale: #717171. Windows color (decimal): -13460418 or 4103218. OLE color: 4103218.
HSL color Cylindrical-coordinate representation of color #329C3E: hue angle of 126.79º 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 #329C3E is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 156 | 62 | - |
| CMYK | 0.68 | 0 | 0.60 | 0.39 |
| HSL | 126.79º | 0.51% | 0.4% | - |
| HSV(B) | 126.79º | 0.68% | 0.61% | - |
| XYZ | 14.07 | 24.8 | 8.6 | - |
| YUV | 113.59 | 98.88 | 82.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 156 | 62 | 0.68 | 0 | 0.60 | 0.39 | 126.79 | 0.51 | 0.4 |
| Hex | 32 | 9C | 3E | 44 | 0 | 3C | 27 | 7F | 33 | 28 |
| Octal | 62 | 234 | 76 | 104 | 0 | 74 | 47 | 177 | 63 | 50 |
| Binary | 110010 | 10011100 | 111110 | 1000100 | 0 | 111100 | 100111 | 1111111 | 110011 | 101000 |
Color Harmonies of #329C3E
Complementary color
Monochromatic Colors of #329C3E
Black with #329C3E
Text Example
Text Example
White with #329C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329C3E; }
p { color: rgb(50,156,62); }
H1.HeaderClassName
{
color: #329C3E;
}
.AnyTagClassName
{
color: #329C3E;
}
</style>
background-color css
<style>
a { background-color: #329C3E; }
a { background-color: rgb(50,156,62); }
div.DivClassName
{
background-color: #329C3E;
}
.BgClassName
{
background-color: #329C3E;
}
</style>
border-color css
<style>
span { border-color: #329C3E; }
span { border-color: rgb(50,156,62); }
td.TdClassName
{
border-color: #329C3E;
}
.TagClassName
{
border-color: #329C3E;
}
</style>