Shades of Fruit Salad #32A23C
Tints of Fruit Salad #32A23C
RGB
CMYK
RGB Variations
Color information
#32A23C (or 0x32A23C) is known color: Fruit Salad. HEX triplet: 32, A2 and 3C. RGB value is (50,162,60). Sum of RGB (Red+Green+Blue) = 50+162+60=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 162 (63.67% from 255 or 59.56% from 272); Blue value is 60 (23.83% from 255 or 22.06% from 272); Max value from RGB is 162 - color contains mainly: green. Hex color #32A23C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32A23C is #CD5DC3. Grayscale: #757575. Windows color (decimal): -13458884 or 3973682. OLE color: 3973682.
HSL color Cylindrical-coordinate representation of color #32A23C: hue angle of 125.36º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32A23C is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 162 | 60 | - |
| CMYK | 0.69 | 0 | 0.63 | 0.36 |
| HSL | 125.36º | 0.53% | 0.42% | - |
| HSV(B) | 125.36º | 0.69% | 0.64% | - |
| XYZ | 15.05 | 26.85 | 8.66 | - |
| YUV | 116.88 | 95.89 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 162 | 60 | 0.69 | 0 | 0.63 | 0.36 | 125.36 | 0.53 | 0.42 |
| Hex | 32 | A2 | 3C | 45 | 0 | 3F | 24 | 7D | 35 | 2A |
| Octal | 62 | 242 | 74 | 105 | 0 | 77 | 44 | 175 | 65 | 52 |
| Binary | 110010 | 10100010 | 111100 | 1000101 | 0 | 111111 | 100100 | 1111101 | 110101 | 101010 |
Color Harmonies of #32A23C
Complementary color
Monochromatic Colors of #32A23C
Black with #32A23C
Text Example
Text Example
White with #32A23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A23C; }
p { color: rgb(50,162,60); }
H1.HeaderClassName
{
color: #32A23C;
}
.AnyTagClassName
{
color: #32A23C;
}
</style>
background-color css
<style>
a { background-color: #32A23C; }
a { background-color: rgb(50,162,60); }
div.DivClassName
{
background-color: #32A23C;
}
.BgClassName
{
background-color: #32A23C;
}
</style>
border-color css
<style>
span { border-color: #32A23C; }
span { border-color: rgb(50,162,60); }
td.TdClassName
{
border-color: #32A23C;
}
.TagClassName
{
border-color: #32A23C;
}
</style>