Html Css Color HEX #329396 Java

📋 copy color: '#329396'

red 50 ◦ green 147 ◦ blue 150

#329396
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #329396

Tints of Java #329396

RGB

 RED value IS 50 (19.92% from 255) = 14.41%

 GREEN value IS 147 (57.81% from 255) = 42.36%

 BLUE value IS 150 (58.98% from 255) = 43.23%

R = 14.41%
G = 42.36%
B = 43.23%

CMYK

 C value IS 0.67

 M value IS 0.02

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#329396 (or 0x329396) is known color: Java. HEX triplet: 32, 93 and 96. RGB value is (50,147,150). Sum of RGB (Red+Green+Blue) = 50+147+150=347 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.41% from 347); Green value is 147 (57.81% from 255 or 42.36% from 347); Blue value is 150 (58.98% from 255 or 43.23% from 347); Max value from RGB is 150 - color contains mainly: blue. Hex color #329396 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329396 is #CD6C69. Grayscale: #767676. Windows color (decimal): -13462634 or 9868082. OLE color: 9868082.

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

Color convert

RGB 50 147 150 -
CMYK 0.67 0.02 0 0.41
HSL 181.8º 0.5% 0.39% -
HSV(B) 181.8º 0.67% 0.59% -
XYZ 17.25 23.75 32.53 -
YUV 118.34 145.86 79.26 -
System Red Green Blue C M Y K H S L
Decimal 50 147 150 0.67 0.02 0 0.41 181.8 0.5 0.39
Hex 32 93 96 43 2 0 29 B6 32 27
Octal 62 223 226 103 2 0 51 266 62 47
Binary 110010 10010011 10010110 1000011 10 0 101001 10110110 110010 100111

Color Harmonies of #329396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329396

Black with #329396

Text Example


Text Example

White with #329396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329396; }

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

 H1.HeaderClassName
 {
   color: #329396;
 }
 .AnyTagClassName
 {
   color: #329396;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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