Shades of Fruit Salad #32B346
Tints of Fruit Salad #32B346
RGB
CMYK
RGB Variations
Color information
#32B346 (or 0x32B346) is known color: Fruit Salad. HEX triplet: 32, B3 and 46. RGB value is (50,179,70). Sum of RGB (Red+Green+Blue) = 50+179+70=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 179 (70.31% from 255 or 59.87% from 299); Blue value is 70 (27.73% from 255 or 23.41% from 299); Max value from RGB is 179 - color contains mainly: green. Hex color #32B346 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B346 is #CD4CB9. Grayscale: #808080. Windows color (decimal): -13454522 or 4633394. OLE color: 4633394.
HSL color Cylindrical-coordinate representation of color #32B346: hue angle of 129.3º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B346 is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 50 | 179 | 70 | - |
| CMYK | 0.72 | 0 | 0.61 | 0.30 |
| HSL | 129.3º | 0.56% | 0.45% | - |
| HSV(B) | 129.3º | 0.72% | 0.7% | - |
| XYZ | 18.54 | 33.36 | 11.26 | - |
| YUV | 128 | 95.26 | 72.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 179 | 70 | 0.72 | 0 | 0.61 | 0.30 | 129.3 | 0.56 | 0.45 |
| Hex | 32 | B3 | 46 | 48 | 0 | 3D | 1E | 81 | 38 | 2D |
| Octal | 62 | 263 | 106 | 110 | 0 | 75 | 36 | 201 | 70 | 55 |
| Binary | 110010 | 10110011 | 1000110 | 1001000 | 0 | 111101 | 11110 | 10000001 | 111000 | 101101 |
Color Harmonies of #32B346
Complementary color
Monochromatic Colors of #32B346
Black with #32B346
Text Example
Text Example
White with #32B346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B346; }
p { color: rgb(50,179,70); }
H1.HeaderClassName
{
color: #32B346;
}
.AnyTagClassName
{
color: #32B346;
}
</style>
background-color css
<style>
a { background-color: #32B346; }
a { background-color: rgb(50,179,70); }
div.DivClassName
{
background-color: #32B346;
}
.BgClassName
{
background-color: #32B346;
}
</style>
border-color css
<style>
span { border-color: #32B346; }
span { border-color: rgb(50,179,70); }
td.TdClassName
{
border-color: #32B346;
}
.TagClassName
{
border-color: #32B346;
}
</style>