Html Css Color HEX #329990 Java

📋 copy color: '#329990'

red 50 ◦ green 153 ◦ blue 144

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

Shades of Java #329990

Tints of Java #329990

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.09%

 BLUE value IS 144 (56.64% from 255) = 41.5%

R = 14.41%
G = 44.09%
B = 41.5%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#329990 (or 0x329990) is known color: Java. HEX triplet: 32, 99 and 90. RGB value is (50,153,144). Sum of RGB (Red+Green+Blue) = 50+153+144=347 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.41% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 153 - color contains mainly: green. Hex color #329990 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329990 is #CD666F. Grayscale: #797979. Windows color (decimal): -13461104 or 9476402. OLE color: 9476402.

HSL color Cylindrical-coordinate representation of color #329990: hue angle of 174.76º degrees, saturation: 0.51, 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 #329990 is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB 50 153 144 -
CMYK 0.67 0 0.06 0.4
HSL 174.76º 0.51% 0.4% -
HSV(B) 174.76º 0.67% 0.6% -
XYZ 17.74 25.47 30.37 -
YUV 121.18 140.88 77.23 -
System Red Green Blue C M Y K H S L
Decimal 50 153 144 0.67 0 0.06 0.4 174.76 0.51 0.4
Hex 32 99 90 43 0 6 28 AF 33 28
Octal 62 231 220 103 0 6 50 257 63 50
Binary 110010 10011001 10010000 1000011 0 110 101000 10101111 110011 101000

Color Harmonies of #329990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329990

Black with #329990

Text Example


Text Example

White with #329990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329990; }

 p { color: rgb(50,153,144); }

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

background-color css

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

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

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

border-color css

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

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

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