Html Css Color HEX #329493 Java

📋 copy color: '#329493'

red 50 ◦ green 148 ◦ blue 147

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

Shades of Java #329493

Tints of Java #329493

RGB

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

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

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

R = 14.49%
G = 42.9%
B = 42.61%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#329493 (or 0x329493) is known color: Java. HEX triplet: 32, 94 and 93. RGB value is (50,148,147). Sum of RGB (Red+Green+Blue) = 50+148+147=345 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.49% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 148 - color contains mainly: green. Hex color #329493 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329493 is #CD6B6C. Grayscale: #767676. Windows color (decimal): -13462381 or 9671730. OLE color: 9671730.

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

Color convert

RGB 50 148 147 -
CMYK 0.66 0 0.01 0.42
HSL 179.39º 0.49% 0.39% -
HSV(B) 179.39º 0.66% 0.58% -
XYZ 17.17 23.96 31.32 -
YUV 118.58 144.03 79.08 -
System Red Green Blue C M Y K H S L
Decimal 50 148 147 0.66 0 0.01 0.42 179.39 0.49 0.39
Hex 32 94 93 42 0 1 2A B3 31 27
Octal 62 224 223 102 0 1 52 263 61 47
Binary 110010 10010100 10010011 1000010 0 1 101010 10110011 110001 100111

Color Harmonies of #329493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329493

Black with #329493

Text Example


Text Example

White with #329493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329493; }

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

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

background-color css

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

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

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

border-color css

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

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

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