Html Css Color HEX #329666 Eucalyptus

📋 copy color: '#329666'

red 50 ◦ green 150 ◦ blue 102

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

Shades of Eucalyptus #329666

Tints of Eucalyptus #329666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.77%

R = 16.56%
G = 49.67%
B = 33.77%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#329666 (or 0x329666) is known color: Eucalyptus. HEX triplet: 32, 96 and 66. RGB value is (50,150,102). Sum of RGB (Red+Green+Blue) = 50+150+102=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 150 (58.98% from 255 or 49.67% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 150 - color contains mainly: green. Hex color #329666 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329666 is #CD6999. Grayscale: #727272. Windows color (decimal): -13461914 or 6723122. OLE color: 6723122.

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

Color convert

RGB 50 150 102 -
CMYK 0.67 0 0.32 0.41
HSL 151.2º 0.5% 0.39% -
HSV(B) 151.2º 0.67% 0.59% -
XYZ 14.62 23.45 16.33 -
YUV 114.63 120.87 81.9 -
System Red Green Blue C M Y K H S L
Decimal 50 150 102 0.67 0 0.32 0.41 151.2 0.5 0.39
Hex 32 96 66 43 0 20 29 97 32 27
Octal 62 226 146 103 0 40 51 227 62 47
Binary 110010 10010110 1100110 1000011 0 100000 101001 10010111 110010 100111

Color Harmonies of #329666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329666

Black with #329666

Text Example


Text Example

White with #329666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329666; }

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

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

background-color css

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

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

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

border-color css

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

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

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