#329B3E

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

Shades of Fruit Salad #329B3E

Tints of Fruit Salad #329B3E

Color information

#329B3E (or 0x329B3E) is unknown color: approx Fruit Salad. HEX triplet: 32, 9B and 3E. RGB value is (50,155,62). Sum of RGB (Red+Green+Blue) = 50+155+62=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 155 (60.94% from 255 or 58.05% from 267); Blue value is 62 (24.61% from 255 or 23.22% from 267); Max value from RGB is 155 - color contains mainly: green. Hex color #329B3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329B3E is #CD64C1. Grayscale: #717171. Windows color (decimal): -13460674 or 4102962. OLE color: 4102962.

HSL color Cylindrical-coordinate representation of color #329B3E: hue angle of 126.86º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329B3E is Cyan = 0.68, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.39.

Color convert

RGB5015562-
CMYK0.6800.60.39
HSL126.86º51.22%40.2%-
HSV(B)126.86º67.74%60.78%-
XYZ13.9124.478.55-
YUV11399.2183.06-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.73%
GREEN value IS 155 (60.94% from 255) = 58.05%
BLUE value IS 62 (24.61% from 255) = 23.22%
R=18.73%
G=58.05%
B=23.22%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal50155620.6800.60.39126.8651.2240.2
Hex329B3E4403C277f3328
Octal6223376104074471776350
Binary11001010011011111110100010001111001001111111111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,155,62); }

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

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

 a { background-color: rgb(50,155,62); }

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

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

 span { border-color: rgb(50,155,62); }

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