#329B3F

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

Shades of Fruit Salad #329B3F

Tints of Fruit Salad #329B3F

Color information

#329B3F (or 0x329B3F) is unknown color: approx Fruit Salad. HEX triplet: 32, 9B and 3F. RGB value is (50,155,63). Sum of RGB (Red+Green+Blue) = 50+155+63=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 155 (60.94% from 255 or 57.84% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 155 - color contains mainly: green. Hex color #329B3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329B3F is #CD64C0. Grayscale: #717171. Windows color (decimal): -13460673 or 4168498. OLE color: 4168498.

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

Color convert

RGB5015563-
CMYK0.6800.590.39
HSL127.43º51.22%40.2%-
HSV(B)127.43º67.74%60.78%-
XYZ13.9324.488.69-
YUV113.1299.7182.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.66%
GREEN value IS 155 (60.94% from 255) = 57.84%
BLUE value IS 63 (25% from 255) = 23.51%
R=18.66%
G=57.84%
B=23.51%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal50155630.6800.590.39127.4351.2240.2
Hex329B3F4403B277f3328
Octal6223377104073471776350
Binary11001010011011111111100010001110111001111111111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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