Html Css Color HEX #329E66 Eucalyptus

📋 copy color: '#329E66'

red 50 ◦ green 158 ◦ blue 102

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

Shades of Eucalyptus #329E66

Tints of Eucalyptus #329E66

RGB

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

 GREEN value IS 158 (62.11% from 255) = 50.97%

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

R = 16.13%
G = 50.97%
B = 32.9%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#329E66 (or 0x329E66) is known color: Eucalyptus. HEX triplet: 32, 9E and 66. RGB value is (50,158,102). Sum of RGB (Red+Green+Blue) = 50+158+102=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 158 (62.11% from 255 or 50.97% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 158 - color contains mainly: green. Hex color #329E66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329E66 is #CD6199. Grayscale: #777777. Windows color (decimal): -13459866 or 6725170. OLE color: 6725170.

HSL color Cylindrical-coordinate representation of color #329E66: hue angle of 148.89º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329E66 is Cyan = 0.68, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 158 102 -
CMYK 0.68 0 0.35 0.38
HSL 148.89º 0.52% 0.41% -
HSV(B) 148.89º 0.68% 0.62% -
XYZ 15.94 26.09 16.77 -
YUV 119.32 118.22 78.55 -
System Red Green Blue C M Y K H S L
Decimal 50 158 102 0.68 0 0.35 0.38 148.89 0.52 0.41
Hex 32 9E 66 44 0 23 26 95 34 29
Octal 62 236 146 104 0 43 46 225 64 51
Binary 110010 10011110 1100110 1000100 0 100011 100110 10010101 110100 101001

Color Harmonies of #329E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329E66

Black with #329E66

Text Example


Text Example

White with #329E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329E66; }

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

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

background-color css

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

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

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

border-color css

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

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

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