#329B97

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

Shades of Java #329B97

Tints of Java #329B97

Color information

#329B97 (or 0x329B97) is unknown color: approx Java. HEX triplet: 32, 9B and 97. RGB value is (50,155,151). Sum of RGB (Red+Green+Blue) = 50+155+151=356 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.04% from 356); Green value is 155 (60.94% from 255 or 43.54% from 356); Blue value is 151 (59.38% from 255 or 42.42% from 356); Max value from RGB is 155 - color contains mainly: green. Hex color #329B97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329B97 is #CD6468. Grayscale: #7B7B7B. Windows color (decimal): -13460585 or 9935666. OLE color: 9935666.

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

Color convert

RGB50155151-
CMYK0.6800.030.39
HSL177.71º51.22%40.2%-
HSV(B)177.71º67.74%60.78%-
XYZ18.6226.3633.38-
YUV123.15143.7175.83-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.04%
GREEN value IS 155 (60.94% from 255) = 43.54%
BLUE value IS 151 (59.38% from 255) = 42.42%
R=14.04%
G=43.54%
B=42.42%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal501551510.6800.030.39177.7151.2240.2
Hex329B97440327b23328
Octal6223322710403472626350
Binary1100101001101110010111100010001110011110110010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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