#329D3C

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

Shades of Fruit Salad #329D3C

Tints of Fruit Salad #329D3C

Color information

#329D3C (or 0x329D3C) is unknown color: approx Fruit Salad. HEX triplet: 32, 9D and 3C. RGB value is (50,157,60). Sum of RGB (Red+Green+Blue) = 50+157+60=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 157 (61.72% from 255 or 58.80% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 157 - color contains mainly: green. Hex color #329D3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329D3C is #CD62C3. Grayscale: #727272. Windows color (decimal): -13460164 or 3972402. OLE color: 3972402.

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

Color convert

RGB5015760-
CMYK0.6800.620.38
HSL125.61º51.69%40.59%-
HSV(B)125.61º68.15%61.57%-
XYZ14.1925.128.38-
YUV113.9597.5582.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.73%
GREEN value IS 157 (61.72% from 255) = 58.80%
BLUE value IS 60 (23.83% from 255) = 22.47%
R=18.73%
G=58.80%
B=22.47%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal50157600.6800.620.38125.6151.6940.59
Hex329D3C4403E267e3429
Octal6223574104076461766451
Binary11001010011101111100100010001111101001101111110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,157,60); }

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

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

 a { background-color: rgb(50,157,60); }

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

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

 span { border-color: rgb(50,157,60); }

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