Html Css Color HEX #329893 Java

📋 copy color: '#329893'

red 50 ◦ green 152 ◦ blue 147

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

Shades of Java #329893

Tints of Java #329893

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.55%

 BLUE value IS 147 (57.81% from 255) = 42.12%

R = 14.33%
G = 43.55%
B = 42.12%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#329893 (or 0x329893) is known color: Java. HEX triplet: 32, 98 and 93. RGB value is (50,152,147). Sum of RGB (Red+Green+Blue) = 50+152+147=349 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.33% from 349); Green value is 152 (59.77% from 255 or 43.55% from 349); Blue value is 147 (57.81% from 255 or 42.12% from 349); Max value from RGB is 152 - color contains mainly: green. Hex color #329893 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329893 is #CD676C. Grayscale: #787878. Windows color (decimal): -13461357 or 9672754. OLE color: 9672754.

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

Color convert

RGB 50 152 147 -
CMYK 0.67 0 0.03 0.40
HSL 177.06º 0.5% 0.4% -
HSV(B) 177.06º 0.67% 0.6% -
XYZ 17.81 25.24 31.54 -
YUV 120.93 142.71 77.41 -
System Red Green Blue C M Y K H S L
Decimal 50 152 147 0.67 0 0.03 0.40 177.06 0.5 0.4
Hex 32 98 93 43 0 3 28 B1 32 28
Octal 62 230 223 103 0 3 50 261 62 50
Binary 110010 10011000 10010011 1000011 0 11 101000 10110001 110010 101000

Color Harmonies of #329893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329893

Black with #329893

Text Example


Text Example

White with #329893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329893; }

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

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

background-color css

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

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

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

border-color css

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

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

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