Shades of Fruit Salad #329B3D
Tints of Fruit Salad #329B3D
RGB
CMYK
RGB Variations
Color information
#329B3D (or 0x329B3D) is known color: Fruit Salad. HEX triplet: 32, 9B and 3D. RGB value is (50,155,61). Sum of RGB (Red+Green+Blue) = 50+155+61=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 155 (60.94% from 255 or 58.27% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 155 - color contains mainly: green. Hex color #329B3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329B3D is #CD64C2. Grayscale: #717171. Windows color (decimal): -13460675 or 4037426. OLE color: 4037426.
HSL color Cylindrical-coordinate representation of color #329B3D: hue angle of 126.29º 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 #329B3D is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 155 | 61 | - |
| CMYK | 0.68 | 0 | 0.61 | 0.39 |
| HSL | 126.29º | 0.51% | 0.4% | - |
| HSV(B) | 126.29º | 0.68% | 0.61% | - |
| XYZ | 13.88 | 24.46 | 8.4 | - |
| YUV | 112.89 | 98.71 | 83.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 155 | 61 | 0.68 | 0 | 0.61 | 0.39 | 126.29 | 0.51 | 0.4 |
| Hex | 32 | 9B | 3D | 44 | 0 | 3D | 27 | 7E | 33 | 28 |
| Octal | 62 | 233 | 75 | 104 | 0 | 75 | 47 | 176 | 63 | 50 |
| Binary | 110010 | 10011011 | 111101 | 1000100 | 0 | 111101 | 100111 | 1111110 | 110011 | 101000 |
Color Harmonies of #329B3D
Complementary color
Monochromatic Colors of #329B3D
Black with #329B3D
Text Example
Text Example
White with #329B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329B3D; }
p { color: rgb(50,155,61); }
H1.HeaderClassName
{
color: #329B3D;
}
.AnyTagClassName
{
color: #329B3D;
}
</style>
background-color css
<style>
a { background-color: #329B3D; }
a { background-color: rgb(50,155,61); }
div.DivClassName
{
background-color: #329B3D;
}
.BgClassName
{
background-color: #329B3D;
}
</style>
border-color css
<style>
span { border-color: #329B3D; }
span { border-color: rgb(50,155,61); }
td.TdClassName
{
border-color: #329B3D;
}
.TagClassName
{
border-color: #329B3D;
}
</style>