#329F3B

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

Shades of Fruit Salad #329F3B

Tints of Fruit Salad #329F3B

Color information

#329F3B (or 0x329F3B) is unknown color: approx Fruit Salad. HEX triplet: 32, 9F and 3B. RGB value is (50,159,59). Sum of RGB (Red+Green+Blue) = 50+159+59=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 159 (62.5% from 255 or 59.33% from 268); Blue value is 59 (23.44% from 255 or 22.01% from 268); Max value from RGB is 159 - color contains mainly: green. Hex color #329F3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329F3B is #CD60C4. Grayscale: #737373. Windows color (decimal): -13459653 or 3907378. OLE color: 3907378.

HSL color Cylindrical-coordinate representation of color #329F3B: hue angle of 124.95º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #329F3B is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.38.

Color convert

RGB5015959-
CMYK0.6900.630.38
HSL124.95º52.15%40.98%-
HSV(B)124.95º68.55%62.35%-
XYZ14.525.798.35-
YUV115.0196.3981.63-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.66%
GREEN value IS 159 (62.5% from 255) = 59.33%
BLUE value IS 59 (23.44% from 255) = 22.01%
R=18.66%
G=59.33%
B=22.01%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal50159590.6900.630.38124.9552.1540.98
Hex329F3B4503F267d3429
Octal6223773105077461756451
Binary11001010011111111011100010101111111001101111101110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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