Html Css Color HEX #329999 Java

📋 copy color: '#329999'

red 50 ◦ green 153 ◦ blue 153

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

Shades of Java #329999

Tints of Java #329999

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.98%

 BLUE value IS 153 (60.16% from 255) = 42.98%

R = 14.04%
G = 42.98%
B = 42.98%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#329999 (or 0x329999) is known color: Java. HEX triplet: 32, 99 and 99. RGB value is (50,153,153). Sum of RGB (Red+Green+Blue) = 50+153+153=356 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.04% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 153 - color contains mainly: green, blue. Hex color #329999 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329999 is #CD6666. Grayscale: #7A7A7A. Windows color (decimal): -13461095 or 10066226. OLE color: 10066226.

HSL color Cylindrical-coordinate representation of color #329999: hue angle of 180º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329999 is Cyan = 0.67, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 50 153 153 -
CMYK 0.67 0 0 0.4
HSL 180º 0.51% 0.4% -
HSV(B) 180º 0.67% 0.6% -
XYZ 18.46 25.76 34.14 -
YUV 122.2 145.38 76.5 -
System Red Green Blue C M Y K H S L
Decimal 50 153 153 0.67 0 0 0.4 180 0.51 0.4
Hex 32 99 99 43 0 0 28 B4 33 28
Octal 62 231 231 103 0 0 50 264 63 50
Binary 110010 10011001 10011001 1000011 0 0 101000 10110100 110011 101000

Color Harmonies of #329999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329999

Black with #329999

Text Example


Text Example

White with #329999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329999; }

 p { color: rgb(50,153,153); }

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

background-color css

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

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

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

border-color css

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

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

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