#329999

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

Shades of Java #329999

Tints of Java #329999

Color information

#329999 (or 0x329999) is unknown color: approx Java. HEX triplet: 32, 99 and 99. RGB value is (50,153,153). Sum of RGB (Red+Green+Blue) = 50+153+153=356 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.04% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 153 - color contains mainly: green, blue. Hex color #329999 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329999 is #CD6666. Grayscale: #7A7A7A. Windows color (decimal): -13461095 or 10066226. OLE color: 10066226.

HSL color Cylindrical-coordinate representation of color #329999: hue angle of 180º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329999 is Cyan = 0.67, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB50153153-
CMYK0.67000.4
HSL180º50.74%39.8%-
HSV(B)180º67.32%60%-
XYZ18.4625.7634.14-
YUV122.2145.3876.5-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.04%
GREEN value IS 153 (60.16% from 255) = 42.98%
BLUE value IS 153 (60.16% from 255) = 42.98%
R=14.04%
G=42.98%
B=42.98%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal501531530.67000.418050.7439.8
Hex329999430028b43328
Octal6223123110300502646350
Binary110010100110011001100110000110010100010110100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329999; }

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

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

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

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

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

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

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

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