#329C95

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

Shades of Java #329C95

Tints of Java #329C95

Color information

#329C95 (or 0x329C95) is unknown color: approx Java. HEX triplet: 32, 9C and 95. RGB value is (50,156,149). Sum of RGB (Red+Green+Blue) = 50+156+149=355 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.08% from 355); Green value is 156 (61.33% from 255 or 43.94% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 156 - color contains mainly: green. Hex color #329C95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329C95 is #CD636A. Grayscale: #7B7B7B. Windows color (decimal): -13460331 or 9804850. OLE color: 9804850.

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

Color convert

RGB50156149-
CMYK0.6800.040.39
HSL176.04º51.46%40.39%-
HSV(B)176.04º67.95%61.18%-
XYZ18.6326.6232.59-
YUV123.51142.3875.57-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.08%
GREEN value IS 156 (61.33% from 255) = 43.94%
BLUE value IS 149 (58.59% from 255) = 41.97%
R=14.08%
G=43.94%
B=41.97%

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
Decimal501561490.6800.040.39176.0451.4640.39
Hex329C95440427b03328
Octal6223422510404472606350
Binary11001010011100100101011000100010010011110110000110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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