#329B3B

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

Shades of Fruit Salad #329B3B

Tints of Fruit Salad #329B3B

Color information

#329B3B (or 0x329B3B) is unknown color: approx Fruit Salad. HEX triplet: 32, 9B and 3B. RGB value is (50,155,59). Sum of RGB (Red+Green+Blue) = 50+155+59=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 155 (60.94% from 255 or 58.71% from 264); Blue value is 59 (23.44% from 255 or 22.35% from 264); Max value from RGB is 155 - color contains mainly: green. Hex color #329B3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329B3B is #CD64C4. Grayscale: #707070. Windows color (decimal): -13460677 or 3906354. OLE color: 3906354.

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

Color convert

RGB5015559-
CMYK0.6800.620.39
HSL125.14º51.22%40.2%-
HSV(B)125.14º67.74%60.78%-
XYZ13.8324.448.13-
YUV112.6697.7183.31-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.94%
GREEN value IS 155 (60.94% from 255) = 58.71%
BLUE value IS 59 (23.44% from 255) = 22.35%
R=18.94%
G=58.71%
B=22.35%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal50155590.6800.620.39125.1451.2240.2
Hex329B3B4403E277d3328
Octal6223373104076471756350
Binary11001010011011111011100010001111101001111111101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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