#329E3B

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

Shades of Fruit Salad #329E3B

Tints of Fruit Salad #329E3B

Color information

#329E3B (or 0x329E3B) is unknown color: approx Fruit Salad. HEX triplet: 32, 9E and 3B. RGB value is (50,158,59). Sum of RGB (Red+Green+Blue) = 50+158+59=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 158 (62.11% from 255 or 59.18% from 267); Blue value is 59 (23.44% from 255 or 22.10% from 267); Max value from RGB is 158 - color contains mainly: green. Hex color #329E3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329E3B is #CD61C4. Grayscale: #727272. Windows color (decimal): -13459909 or 3907122. OLE color: 3907122.

HSL color Cylindrical-coordinate representation of color #329E3B: hue angle of 125º 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 #329E3B is Cyan = 0.68, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.38.

Color convert

RGB5015859-
CMYK0.6800.630.38
HSL125º51.92%40.78%-
HSV(B)125º68.35%61.96%-
XYZ14.3325.458.29-
YUV114.4296.7282.05-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.73%
GREEN value IS 158 (62.11% from 255) = 59.18%
BLUE value IS 59 (23.44% from 255) = 22.10%
R=18.73%
G=59.18%
B=22.10%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal50158590.6800.630.3812551.9240.78
Hex329E3B4403F267d3429
Octal6223673104077461756451
Binary11001010011110111011100010001111111001101111101110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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