Html Css Color HEX #329590 Java

📋 copy color: '#329590'

red 50 ◦ green 149 ◦ blue 144

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

Shades of Java #329590

Tints of Java #329590

RGB

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

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

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

R = 14.58%
G = 43.44%
B = 41.98%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#329590 (or 0x329590) is known color: Java. HEX triplet: 32, 95 and 90. RGB value is (50,149,144). Sum of RGB (Red+Green+Blue) = 50+149+144=343 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.58% from 343); Green value is 149 (58.59% from 255 or 43.44% from 343); Blue value is 144 (56.64% from 255 or 41.98% from 343); Max value from RGB is 149 - color contains mainly: green. Hex color #329590 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329590 is #CD6A6F. Grayscale: #767676. Windows color (decimal): -13462128 or 9475378. OLE color: 9475378.

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

Color convert

RGB 50 149 144 -
CMYK 0.66 0 0.03 0.42
HSL 176.97º 0.5% 0.39% -
HSV(B) 176.97º 0.66% 0.58% -
XYZ 17.1 24.19 30.15 -
YUV 118.83 142.2 78.91 -
System Red Green Blue C M Y K H S L
Decimal 50 149 144 0.66 0 0.03 0.42 176.97 0.5 0.39
Hex 32 95 90 42 0 3 2A B1 32 27
Octal 62 225 220 102 0 3 52 261 62 47
Binary 110010 10010101 10010000 1000010 0 11 101010 10110001 110010 100111

Color Harmonies of #329590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329590

Black with #329590

Text Example


Text Example

White with #329590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329590; }

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

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

background-color css

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

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

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

border-color css

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

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

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