#329491

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

Shades of Java #329491

Tints of Java #329491

Color information

#329491 (or 0x329491) is unknown color: approx Java. HEX triplet: 32, 94 and 91. RGB value is (50,148,145). Sum of RGB (Red+Green+Blue) = 50+148+145=343 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.58% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 145 (57.03% from 255 or 42.27% from 343); Max value from RGB is 148 - color contains mainly: green. Hex color #329491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329491 is #CD6B6E. Grayscale: #767676. Windows color (decimal): -13462383 or 9540658. OLE color: 9540658.

HSL color Cylindrical-coordinate representation of color #329491: hue angle of 178.16º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329491 is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB50148145-
CMYK0.6600.020.42
HSL178.16º49.49%38.82%-
HSV(B)178.16º66.22%58.04%-
XYZ17.0223.930.5-
YUV118.36143.0379.24-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.58%
GREEN value IS 148 (58.20% from 255) = 43.15%
BLUE value IS 145 (57.03% from 255) = 42.27%
R=14.58%
G=43.15%
B=42.27%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal501481450.6600.020.42178.1649.4938.82
Hex32949142022Ab23127
Octal6222422110202522626147
Binary1100101001010010010001100001001010101010110010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329491; }

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

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

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

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

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

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

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

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