#329C3D

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

Shades of Fruit Salad #329C3D

Tints of Fruit Salad #329C3D

Color information

#329C3D (or 0x329C3D) is unknown color: approx Fruit Salad. HEX triplet: 32, 9C and 3D. RGB value is (50,156,61). Sum of RGB (Red+Green+Blue) = 50+156+61=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 156 (61.33% from 255 or 58.43% from 267); Blue value is 61 (24.22% from 255 or 22.85% from 267); Max value from RGB is 156 - color contains mainly: green. Hex color #329C3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329C3D is #CD63C2. Grayscale: #717171. Windows color (decimal): -13460419 or 4037682. OLE color: 4037682.

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

Color convert

RGB5015661-
CMYK0.6800.610.39
HSL126.23º51.46%40.39%-
HSV(B)126.23º67.95%61.18%-
XYZ14.0524.798.46-
YUV113.4898.3882.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.73%
GREEN value IS 156 (61.33% from 255) = 58.43%
BLUE value IS 61 (24.22% from 255) = 22.85%
R=18.73%
G=58.43%
B=22.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal50156610.6800.610.39126.2351.4640.39
Hex329C3D4403D277e3328
Octal6223475104075471766350
Binary11001010011100111101100010001111011001111111110110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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