Shades of Fruit Salad #32A13D
Tints of Fruit Salad #32A13D
RGB
CMYK
RGB Variations
Color information
#32A13D (or 0x32A13D) is known color: Fruit Salad. HEX triplet: 32, A1 and 3D. RGB value is (50,161,61). Sum of RGB (Red+Green+Blue) = 50+161+61=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 161 (63.28% from 255 or 59.19% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 161 - color contains mainly: green. Hex color #32A13D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32A13D is #CD5EC2. Grayscale: #747474. Windows color (decimal): -13459139 or 4038962. OLE color: 4038962.
HSL color Cylindrical-coordinate representation of color #32A13D: hue angle of 125.95º 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 #32A13D is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 50 | 161 | 61 | - |
| CMYK | 0.69 | 0 | 0.62 | 0.37 |
| HSL | 125.95º | 0.53% | 0.41% | - |
| HSV(B) | 125.95º | 0.69% | 0.63% | - |
| XYZ | 14.9 | 26.5 | 8.75 | - |
| YUV | 116.41 | 96.73 | 80.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 161 | 61 | 0.69 | 0 | 0.62 | 0.37 | 125.95 | 0.53 | 0.41 |
| Hex | 32 | A1 | 3D | 45 | 0 | 3E | 25 | 7E | 35 | 29 |
| Octal | 62 | 241 | 75 | 105 | 0 | 76 | 45 | 176 | 65 | 51 |
| Binary | 110010 | 10100001 | 111101 | 1000101 | 0 | 111110 | 100101 | 1111110 | 110101 | 101001 |
Color Harmonies of #32A13D
Complementary color
Monochromatic Colors of #32A13D
Black with #32A13D
Text Example
Text Example
White with #32A13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A13D; }
p { color: rgb(50,161,61); }
H1.HeaderClassName
{
color: #32A13D;
}
.AnyTagClassName
{
color: #32A13D;
}
</style>
background-color css
<style>
a { background-color: #32A13D; }
a { background-color: rgb(50,161,61); }
div.DivClassName
{
background-color: #32A13D;
}
.BgClassName
{
background-color: #32A13D;
}
</style>
border-color css
<style>
span { border-color: #32A13D; }
span { border-color: rgb(50,161,61); }
td.TdClassName
{
border-color: #32A13D;
}
.TagClassName
{
border-color: #32A13D;
}
</style>