#329B96

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

Shades of Java #329B96

Tints of Java #329B96

Color information

#329B96 (or 0x329B96) is unknown color: approx Java. HEX triplet: 32, 9B and 96. RGB value is (50,155,150). Sum of RGB (Red+Green+Blue) = 50+155+150=355 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.08% from 355); Green value is 155 (60.94% from 255 or 43.66% from 355); Blue value is 150 (58.98% from 255 or 42.25% from 355); Max value from RGB is 155 - color contains mainly: green. Hex color #329B96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329B96 is #CD6469. Grayscale: #7A7A7A. Windows color (decimal): -13460586 or 9870130. OLE color: 9870130.

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

Color convert

RGB50155150-
CMYK0.6800.030.39
HSL177.14º51.22%40.2%-
HSV(B)177.14º67.74%60.78%-
XYZ18.5426.3232.96-
YUV123.04143.2175.91-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.08%
GREEN value IS 155 (60.94% from 255) = 43.66%
BLUE value IS 150 (58.98% from 255) = 42.25%
R=14.08%
G=43.66%
B=42.25%

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
Decimal501551500.6800.030.39177.1451.2240.2
Hex329B96440327b13328
Octal6223322610403472616350
Binary1100101001101110010110100010001110011110110001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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