#329691

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

Shades of Java #329691

Tints of Java #329691

Color information

#329691 (or 0x329691) is unknown color: approx Java. HEX triplet: 32, 96 and 91. RGB value is (50,150,145). Sum of RGB (Red+Green+Blue) = 50+150+145=345 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.49% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 150 - color contains mainly: green. Hex color #329691 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329691 is #CD696E. Grayscale: #777777. Windows color (decimal): -13461871 or 9541170. OLE color: 9541170.

HSL color Cylindrical-coordinate representation of color #329691: hue angle of 177º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329691 is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB50150145-
CMYK0.6700.030.41
HSL177º50%39.22%-
HSV(B)177º66.67%58.82%-
XYZ17.3324.5430.61-
YUV119.53142.3778.41-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.49%
GREEN value IS 150 (58.98% from 255) = 43.48%
BLUE value IS 145 (57.03% from 255) = 42.03%
R=14.49%
G=43.48%
B=42.03%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal501501450.6700.030.411775039.22
Hex329691430329b13227
Octal6222622110303512616247
Binary1100101001011010010001100001101110100110110001110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329691; }

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

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

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

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

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

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

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

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