#32A338

Color #32A338 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #32A338

Tints of Fruit Salad #32A338

Color information

#32A338 (or 0x32A338) is unknown color: approx Fruit Salad. HEX triplet: 32, A3 and 38. RGB value is (50,163,56). Sum of RGB (Red+Green+Blue) = 50+163+56=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 163 (64.06% from 255 or 60.59% from 269); Blue value is 56 (22.27% from 255 or 20.82% from 269); Max value from RGB is 163 - color contains mainly: green. Hex color #32A338 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32A338 is #CD5CC7. Grayscale: #757575. Windows color (decimal): -13458632 or 3711794. OLE color: 3711794.

HSL color Cylindrical-coordinate representation of color #32A338: hue angle of 123.19º 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 #32A338 is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB5016356-
CMYK0.6900.660.36
HSL123.19º53.05%41.76%-
HSV(B)123.19º69.33%63.92%-
XYZ15.1327.168.19-
YUV117.0293.5680.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 50 (19.92% from 255) = 18.59%
GREEN value IS 163 (64.06% from 255) = 60.59%
BLUE value IS 56 (22.27% from 255) = 20.82%
R=18.59%
G=60.59%
B=20.82%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal50163560.6900.660.36123.1953.0541.76
Hex32A33845042247b352a
Octal62243701050102441736552
Binary110010101000111110001000101010000101001001111011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32A338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32A338; }

 p { color: rgb(50,163,56); }

 H1.HeaderClassName
 {
   color: #32A338;
 }
 .AnyTagClassName
 {
   color: #32A338;
 }
</style>
background-color css

<style>
 a { background-color: #32A338; }

 a { background-color: rgb(50,163,56); }

 div.DivClassName
 {
   background-color: #32A338;
 }
 .BgClassName
 {
   background-color: #32A338;
 }
</style>
border-color css

<style>
 span { border-color: #32A338; }

 span { border-color: rgb(50,163,56); }

 td.TdClassName
 {
   border-color: #32A338;
 }
 .TagClassName
 {
   border-color: #32A338;
 }
</style>