#329B95

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

Shades of Java #329B95

Tints of Java #329B95

Color information

#329B95 (or 0x329B95) is unknown color: approx Java. HEX triplet: 32, 9B and 95. RGB value is (50,155,149). Sum of RGB (Red+Green+Blue) = 50+155+149=354 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.12% from 354); Green value is 155 (60.94% from 255 or 43.79% from 354); Blue value is 149 (58.59% from 255 or 42.09% from 354); Max value from RGB is 155 - color contains mainly: green. Hex color #329B95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329B95 is #CD646A. Grayscale: #7A7A7A. Windows color (decimal): -13460587 or 9804594. OLE color: 9804594.

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

Color convert

RGB50155149-
CMYK0.6800.040.39
HSL176.57º51.22%40.2%-
HSV(B)176.57º67.74%60.78%-
XYZ18.4626.2932.54-
YUV122.92142.7175.99-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.12%
GREEN value IS 155 (60.94% from 255) = 43.79%
BLUE value IS 149 (58.59% from 255) = 42.09%
R=14.12%
G=43.79%
B=42.09%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal501551490.6800.040.39176.5751.2240.2
Hex329B95440427b13328
Octal6223322510404472616350
Binary11001010011011100101011000100010010011110110001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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