Html Css Color HEX #329692 Java

📋 copy color: '#329692'

red 50 ◦ green 150 ◦ blue 146

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

Shades of Java #329692

Tints of Java #329692

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.35%

 BLUE value IS 146 (57.42% from 255) = 42.2%

R = 14.45%
G = 43.35%
B = 42.2%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#329692 (or 0x329692) is known color: Java. HEX triplet: 32, 96 and 92. RGB value is (50,150,146). Sum of RGB (Red+Green+Blue) = 50+150+146=346 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.45% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 150 - color contains mainly: green. Hex color #329692 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329692 is #CD696D. Grayscale: #777777. Windows color (decimal): -13461870 or 9606706. OLE color: 9606706.

HSL color Cylindrical-coordinate representation of color #329692: hue angle of 177.6º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329692 is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 50 150 146 -
CMYK 0.67 0 0.03 0.41
HSL 177.6º 0.5% 0.39% -
HSV(B) 177.6º 0.67% 0.59% -
XYZ 17.41 24.57 31.02 -
YUV 119.64 142.87 78.33 -
System Red Green Blue C M Y K H S L
Decimal 50 150 146 0.67 0 0.03 0.41 177.6 0.5 0.39
Hex 32 96 92 43 0 3 29 B2 32 27
Octal 62 226 222 103 0 3 51 262 62 47
Binary 110010 10010110 10010010 1000011 0 11 101001 10110010 110010 100111

Color Harmonies of #329692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329692

Black with #329692

Text Example


Text Example

White with #329692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329692; }

 p { color: rgb(50,150,146); }

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

background-color css

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

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

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

border-color css

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

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

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