Html Css Color HEX #329792 Java

📋 copy color: '#329792'

red 50 ◦ green 151 ◦ blue 146

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

Shades of Java #329792

Tints of Java #329792

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.52%

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

R = 14.41%
G = 43.52%
B = 42.07%

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

#329792 (or 0x329792) is known color: Java. HEX triplet: 32, 97 and 92. RGB value is (50,151,146). Sum of RGB (Red+Green+Blue) = 50+151+146=347 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.41% from 347); Green value is 151 (59.38% from 255 or 43.52% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 151 - color contains mainly: green. Hex color #329792 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329792 is #CD686D. Grayscale: #787878. Windows color (decimal): -13461614 or 9606962. OLE color: 9606962.

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

Color convert

RGB 50 151 146 -
CMYK 0.67 0 0.03 0.41
HSL 177.03º 0.5% 0.39% -
HSV(B) 177.03º 0.67% 0.59% -
XYZ 17.57 24.89 31.07 -
YUV 120.23 142.54 77.91 -
System Red Green Blue C M Y K H S L
Decimal 50 151 146 0.67 0 0.03 0.41 177.03 0.5 0.39
Hex 32 97 92 43 0 3 29 B1 32 27
Octal 62 227 222 103 0 3 51 261 62 47
Binary 110010 10010111 10010010 1000011 0 11 101001 10110001 110010 100111

Color Harmonies of #329792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329792

Black with #329792

Text Example


Text Example

White with #329792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329792; }

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

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

background-color css

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

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

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

border-color css

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

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

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