#329895

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

Shades of Java #329895

Tints of Java #329895

Color information

#329895 (or 0x329895) is unknown color: approx Java. HEX triplet: 32, 98 and 95. RGB value is (50,152,149). Sum of RGB (Red+Green+Blue) = 50+152+149=351 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.25% from 351); Green value is 152 (59.77% from 255 or 43.30% from 351); Blue value is 149 (58.59% from 255 or 42.45% from 351); Max value from RGB is 152 - color contains mainly: green. Hex color #329895 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329895 is #CD676A. Grayscale: #797979. Windows color (decimal): -13461355 or 9803826. OLE color: 9803826.

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

Color convert

RGB50152149-
CMYK0.6700.020.40
HSL178.24º50.5%39.61%-
HSV(B)178.24º67.11%59.61%-
XYZ17.9725.332.37-
YUV121.16143.7177.24-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.25%
GREEN value IS 152 (59.77% from 255) = 43.30%
BLUE value IS 149 (58.59% from 255) = 42.45%
R=14.25%
G=43.30%
B=42.45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal501521490.6700.020.40178.2450.539.61
Hex329895430228b23228
Octal6223022510302502626250
Binary1100101001100010010101100001101010100010110010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329895; }

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

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

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

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

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

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

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

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