Html Css Color HEX #329595 Java

📋 copy color: '#329595'

red 50 ◦ green 149 ◦ blue 149

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

Shades of Java #329595

Tints of Java #329595

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.82%

 BLUE value IS 149 (58.59% from 255) = 42.82%

R = 14.37%
G = 42.82%
B = 42.82%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#329595 (or 0x329595) is known color: Java. HEX triplet: 32, 95 and 95. RGB value is (50,149,149). Sum of RGB (Red+Green+Blue) = 50+149+149=348 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.37% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 149 - color contains mainly: green, blue. Hex color #329595 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329595 is #CD6A6A. Grayscale: #777777. Windows color (decimal): -13462123 or 9803058. OLE color: 9803058.

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

Color convert

RGB 50 149 149 -
CMYK 0.66 0 0 0.42
HSL 180º 0.5% 0.39% -
HSV(B) 180º 0.66% 0.58% -
XYZ 17.49 24.34 32.21 -
YUV 119.4 144.7 78.5 -
System Red Green Blue C M Y K H S L
Decimal 50 149 149 0.66 0 0 0.42 180 0.5 0.39
Hex 32 95 95 42 0 0 2A B4 32 27
Octal 62 225 225 102 0 0 52 264 62 47
Binary 110010 10010101 10010101 1000010 0 0 101010 10110100 110010 100111

Color Harmonies of #329595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329595

Black with #329595

Text Example


Text Example

White with #329595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329595; }

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

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

background-color css

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

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

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

border-color css

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

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

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