Html Css Color HEX #329694 Java

📋 copy color: '#329694'

red 50 ◦ green 150 ◦ blue 148

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

Shades of Java #329694

Tints of Java #329694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 42.53%

R = 14.37%
G = 43.1%
B = 42.53%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#329694 (or 0x329694) is known color: Java. HEX triplet: 32, 96 and 94. RGB value is (50,150,148). Sum of RGB (Red+Green+Blue) = 50+150+148=348 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.37% from 348); Green value is 150 (58.98% from 255 or 43.10% from 348); Blue value is 148 (58.20% from 255 or 42.53% from 348); Max value from RGB is 150 - color contains mainly: green. Hex color #329694 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329694 is #CD696B. Grayscale: #777777. Windows color (decimal): -13461868 or 9737778. OLE color: 9737778.

HSL color Cylindrical-coordinate representation of color #329694: hue angle of 178.8º 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 #329694 is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 50 150 148 -
CMYK 0.67 0 0.01 0.41
HSL 178.8º 0.5% 0.39% -
HSV(B) 178.8º 0.67% 0.59% -
XYZ 17.57 24.63 31.84 -
YUV 119.87 143.87 78.16 -
System Red Green Blue C M Y K H S L
Decimal 50 150 148 0.67 0 0.01 0.41 178.8 0.5 0.39
Hex 32 96 94 43 0 1 29 B3 32 27
Octal 62 226 224 103 0 1 51 263 62 47
Binary 110010 10010110 10010100 1000011 0 1 101001 10110011 110010 100111

Color Harmonies of #329694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329694

Black with #329694

Text Example


Text Example

White with #329694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329694; }

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

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

background-color css

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

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

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

border-color css

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

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

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