#329E3C

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

Shades of Fruit Salad #329E3C

Tints of Fruit Salad #329E3C

Color information

#329E3C (or 0x329E3C) is unknown color: approx Fruit Salad. HEX triplet: 32, 9E and 3C. RGB value is (50,158,60). Sum of RGB (Red+Green+Blue) = 50+158+60=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 158 (62.11% from 255 or 58.96% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 158 - color contains mainly: green. Hex color #329E3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329E3C is #CD61C3. Grayscale: #727272. Windows color (decimal): -13459908 or 3972658. OLE color: 3972658.

HSL color Cylindrical-coordinate representation of color #329E3C: hue angle of 125.56º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329E3C is Cyan = 0.68, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.38.

Color convert

RGB5015860-
CMYK0.6800.620.38
HSL125.56º51.92%40.78%-
HSV(B)125.56º68.35%61.96%-
XYZ14.3625.468.43-
YUV114.5497.2281.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.66%
GREEN value IS 158 (62.11% from 255) = 58.96%
BLUE value IS 60 (23.83% from 255) = 22.39%
R=18.66%
G=58.96%
B=22.39%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal50158600.6800.620.38125.5651.9240.78
Hex329E3C4403E267e3429
Octal6223674104076461766451
Binary11001010011110111100100010001111101001101111110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329E3C; }

 p { color: rgb(50,158,60); }

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

<style>
 a { background-color: #329E3C; }

 a { background-color: rgb(50,158,60); }

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

<style>
 span { border-color: #329E3C; }

 span { border-color: rgb(50,158,60); }

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