Shades of Fruit Salad #32993D
Tints of Fruit Salad #32993D
RGB
CMYK
RGB Variations
Color information
#32993D (or 0x32993D) is known color: Fruit Salad. HEX triplet: 32, 99 and 3D. RGB value is (50,153,61). Sum of RGB (Red+Green+Blue) = 50+153+61=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 153 (60.16% from 255 or 57.95% from 264); Blue value is 61 (24.22% from 255 or 23.11% from 264); Max value from RGB is 153 - color contains mainly: green. Hex color #32993D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32993D is #CD66C2. Grayscale: #6F6F6F. Windows color (decimal): -13461187 or 4036914. OLE color: 4036914.
HSL color Cylindrical-coordinate representation of color #32993D: hue angle of 126.41º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #32993D is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 50 | 153 | 61 | - |
| CMYK | 0.67 | 0 | 0.60 | 0.4 |
| HSL | 126.41º | 0.51% | 0.4% | - |
| HSV(B) | 126.41º | 0.67% | 0.6% | - |
| XYZ | 13.55 | 23.8 | 8.29 | - |
| YUV | 111.72 | 99.38 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 153 | 61 | 0.67 | 0 | 0.60 | 0.4 | 126.41 | 0.51 | 0.4 |
| Hex | 32 | 99 | 3D | 43 | 0 | 3C | 28 | 7E | 33 | 28 |
| Octal | 62 | 231 | 75 | 103 | 0 | 74 | 50 | 176 | 63 | 50 |
| Binary | 110010 | 10011001 | 111101 | 1000011 | 0 | 111100 | 101000 | 1111110 | 110011 | 101000 |
Color Harmonies of #32993D
Complementary color
Monochromatic Colors of #32993D
Black with #32993D
Text Example
Text Example
White with #32993D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32993D; }
p { color: rgb(50,153,61); }
H1.HeaderClassName
{
color: #32993D;
}
.AnyTagClassName
{
color: #32993D;
}
</style>
background-color css
<style>
a { background-color: #32993D; }
a { background-color: rgb(50,153,61); }
div.DivClassName
{
background-color: #32993D;
}
.BgClassName
{
background-color: #32993D;
}
</style>
border-color css
<style>
span { border-color: #32993D; }
span { border-color: rgb(50,153,61); }
td.TdClassName
{
border-color: #32993D;
}
.TagClassName
{
border-color: #32993D;
}
</style>