Html Css Color HEX #329496 Java

📋 copy color: '#329496'

red 50 ◦ green 148 ◦ blue 150

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

Shades of Java #329496

Tints of Java #329496

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.53%

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

R = 14.37%
G = 42.53%
B = 43.1%

CMYK

 C value IS 0.67

 M value IS 0.01

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#329496 (or 0x329496) is known color: Java. HEX triplet: 32, 94 and 96. RGB value is (50,148,150). Sum of RGB (Red+Green+Blue) = 50+148+150=348 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.37% from 348); Green value is 148 (58.20% from 255 or 42.53% from 348); Blue value is 150 (58.98% from 255 or 43.10% from 348); Max value from RGB is 150 - color contains mainly: blue. Hex color #329496 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329496 is #CD6B69. Grayscale: #767676. Windows color (decimal): -13462378 or 9868338. OLE color: 9868338.

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

Color convert

RGB 50 148 150 -
CMYK 0.67 0.01 0 0.41
HSL 181.2º 0.5% 0.39% -
HSV(B) 181.2º 0.67% 0.59% -
XYZ 17.41 24.06 32.58 -
YUV 118.93 145.53 78.84 -
System Red Green Blue C M Y K H S L
Decimal 50 148 150 0.67 0.01 0 0.41 181.2 0.5 0.39
Hex 32 94 96 43 1 0 29 B5 32 27
Octal 62 224 226 103 1 0 51 265 62 47
Binary 110010 10010100 10010110 1000011 1 0 101001 10110101 110010 100111

Color Harmonies of #329496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329496

Black with #329496

Text Example


Text Example

White with #329496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329496; }

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

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

background-color css

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

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

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

border-color css

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

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

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