#329898

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

Shades of Java #329898

Tints of Java #329898

Color information

#329898 (or 0x329898) is unknown color: approx Java. HEX triplet: 32, 98 and 98. RGB value is (50,152,152). Sum of RGB (Red+Green+Blue) = 50+152+152=354 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.12% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 152 (59.77% from 255 or 42.94% from 354); Max value from RGB is 152 - color contains mainly: green, blue. Hex color #329898 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329898 is #CD6767. Grayscale: #797979. Windows color (decimal): -13461352 or 10000434. OLE color: 10000434.

HSL color Cylindrical-coordinate representation of color #329898: hue angle of 180º degrees, saturation: 0.5, 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 #329898 is Cyan = 0.67, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB50152152-
CMYK0.67000.40
HSL180º50.5%39.61%-
HSV(B)180º67.11%59.61%-
XYZ18.2125.433.65-
YUV121.5145.2177-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.12%
GREEN value IS 152 (59.77% from 255) = 42.94%
BLUE value IS 152 (59.77% from 255) = 42.94%
R=14.12%
G=42.94%
B=42.94%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal501521520.67000.4018050.539.61
Hex329898430028b43228
Octal6223023010300502646250
Binary110010100110001001100010000110010100010110100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329898; }

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

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

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

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

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

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

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

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