Shades of Fruit Salad #32A13A
Tints of Fruit Salad #32A13A
RGB
CMYK
RGB Variations
Color information
#32A13A (or 0x32A13A) is known color: Fruit Salad. HEX triplet: 32, A1 and 3A. RGB value is (50,161,58). Sum of RGB (Red+Green+Blue) = 50+161+58=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 161 (63.28% from 255 or 59.85% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 161 - color contains mainly: green. Hex color #32A13A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32A13A is #CD5EC5. Grayscale: #747474. Windows color (decimal): -13459142 or 3842354. OLE color: 3842354.
HSL color Cylindrical-coordinate representation of color #32A13A: hue angle of 124.32º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32A13A is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 50 | 161 | 58 | - |
| CMYK | 0.69 | 0 | 0.64 | 0.37 |
| HSL | 124.32º | 0.53% | 0.41% | - |
| HSV(B) | 124.32º | 0.69% | 0.63% | - |
| XYZ | 14.82 | 26.47 | 8.33 | - |
| YUV | 116.07 | 95.23 | 80.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 161 | 58 | 0.69 | 0 | 0.64 | 0.37 | 124.32 | 0.53 | 0.41 |
| Hex | 32 | A1 | 3A | 45 | 0 | 40 | 25 | 7C | 35 | 29 |
| Octal | 62 | 241 | 72 | 105 | 0 | 100 | 45 | 174 | 65 | 51 |
| Binary | 110010 | 10100001 | 111010 | 1000101 | 0 | 1000000 | 100101 | 1111100 | 110101 | 101001 |
Color Harmonies of #32A13A
Complementary color
Monochromatic Colors of #32A13A
Black with #32A13A
Text Example
Text Example
White with #32A13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A13A; }
p { color: rgb(50,161,58); }
H1.HeaderClassName
{
color: #32A13A;
}
.AnyTagClassName
{
color: #32A13A;
}
</style>
background-color css
<style>
a { background-color: #32A13A; }
a { background-color: rgb(50,161,58); }
div.DivClassName
{
background-color: #32A13A;
}
.BgClassName
{
background-color: #32A13A;
}
</style>
border-color css
<style>
span { border-color: #32A13A; }
span { border-color: rgb(50,161,58); }
td.TdClassName
{
border-color: #32A13A;
}
.TagClassName
{
border-color: #32A13A;
}
</style>