Html Css Color HEX #329795 Java

📋 copy color: '#329795'

red 50 ◦ green 151 ◦ blue 149

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

Shades of Java #329795

Tints of Java #329795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 42.57%

R = 14.29%
G = 43.14%
B = 42.57%

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

#329795 (or 0x329795) is known color: Java. HEX triplet: 32, 97 and 95. RGB value is (50,151,149). Sum of RGB (Red+Green+Blue) = 50+151+149=350 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.29% from 350); Green value is 151 (59.38% from 255 or 43.14% from 350); Blue value is 149 (58.59% from 255 or 42.57% from 350); Max value from RGB is 151 - color contains mainly: green. Hex color #329795 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329795 is #CD686A. Grayscale: #787878. Windows color (decimal): -13461611 or 9803570. OLE color: 9803570.

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

Color convert

RGB 50 151 149 -
CMYK 0.67 0 0.01 0.41
HSL 178.81º 0.5% 0.39% -
HSV(B) 178.81º 0.67% 0.59% -
XYZ 17.81 24.98 32.32 -
YUV 120.57 144.04 77.66 -
System Red Green Blue C M Y K H S L
Decimal 50 151 149 0.67 0 0.01 0.41 178.81 0.5 0.39
Hex 32 97 95 43 0 1 29 B3 32 27
Octal 62 227 225 103 0 1 51 263 62 47
Binary 110010 10010111 10010101 1000011 0 1 101001 10110011 110010 100111

Color Harmonies of #329795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329795

Black with #329795

Text Example


Text Example

White with #329795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329795; }

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

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

background-color css

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

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

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

border-color css

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

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

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