#329b99

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

Shades of Java #329B99

Tints of Java #329B99

Color information

#329B99 (or 0x329B99) is unknown color: approx Java. HEX triplet: 32, 9B and 99. RGB value is (50,155,153). Sum of RGB (Red+Green+Blue) = 50+155+153=358 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.97% from 358); Green value is 155 (60.94% from 255 or 43.30% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 155 - color contains mainly: green. Hex color #329B99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329B99 is #CD6466. Grayscale: #7B7B7B. Windows color (decimal): -13460583 or 10066738. OLE color: 10066738.

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

Color convert

RGB50155153-
CMYK0.6800.010.39
HSL178.86º51.22%40.2%-
HSV(B)178.86º67.74%60.78%-
XYZ18.7926.4234.25-
YUV123.38144.7175.66-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.97%
GREEN value IS 155 (60.94% from 255) = 43.30%
BLUE value IS 153 (60.16% from 255) = 42.74%
R=13.97%
G=43.30%
B=42.74%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal501551530.6800.010.39178.8651.2240.2
Hex329B99440127b33328
Octal6223323110401472636350
Binary110010100110111001100110001000110011110110011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329b99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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