#329C3B

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

Shades of Fruit Salad #329C3B

Tints of Fruit Salad #329C3B

Color information

#329C3B (or 0x329C3B) is unknown color: approx Fruit Salad. HEX triplet: 32, 9C and 3B. RGB value is (50,156,59). Sum of RGB (Red+Green+Blue) = 50+156+59=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 156 (61.33% from 255 or 58.87% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 156 - color contains mainly: green. Hex color #329C3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329C3B is #CD63C4. Grayscale: #717171. Windows color (decimal): -13460421 or 3906610. OLE color: 3906610.

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

Color convert

RGB5015659-
CMYK0.6800.620.39
HSL125.09º51.46%40.39%-
HSV(B)125.09º67.95%61.18%-
XYZ13.9924.778.18-
YUV113.2597.3882.89-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.87%
GREEN value IS 156 (61.33% from 255) = 58.87%
BLUE value IS 59 (23.44% from 255) = 22.26%
R=18.87%
G=58.87%
B=22.26%

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
Decimal50156590.6800.620.39125.0951.4640.39
Hex329C3B4403E277d3328
Octal6223473104076471756350
Binary11001010011100111011100010001111101001111111101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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