#329596

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

Shades of Java #329596

Tints of Java #329596

Color information

#329596 (or 0x329596) is unknown color: approx Java. HEX triplet: 32, 95 and 96. RGB value is (50,149,150). Sum of RGB (Red+Green+Blue) = 50+149+150=349 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.33% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 150 - color contains mainly: blue. Hex color #329596 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329596 is #CD6A69. Grayscale: #777777. Windows color (decimal): -13462122 or 9868594. OLE color: 9868594.

HSL color Cylindrical-coordinate representation of color #329596: hue angle of 180.6º 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 #329596 is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB50149150-
CMYK0.670.0100.41
HSL180.6º50%39.22%-
HSV(B)180.6º66.67%58.82%-
XYZ17.5724.3832.63-
YUV119.51145.278.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.33%
GREEN value IS 149 (58.59% from 255) = 42.69%
BLUE value IS 150 (58.98% from 255) = 42.98%
R=14.33%
G=42.69%
B=42.98%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal501491500.670.0100.41180.65039.22
Hex329596431029b53227
Octal6222522610310512656247
Binary110010100101011001011010000111010100110110101110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329596; }

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

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

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

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

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

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

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

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