Html Css Color HEX #329C66 Eucalyptus

📋 copy color: '#329C66'

red 50 ◦ green 156 ◦ blue 102

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

Shades of Eucalyptus #329C66

Tints of Eucalyptus #329C66

RGB

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

 GREEN value IS 156 (61.33% from 255) = 50.65%

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

R = 16.23%
G = 50.65%
B = 33.12%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#329C66 (or 0x329C66) is known color: Eucalyptus. HEX triplet: 32, 9C and 66. RGB value is (50,156,102). Sum of RGB (Red+Green+Blue) = 50+156+102=308 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.23% from 308); Green value is 156 (61.33% from 255 or 50.65% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 156 - color contains mainly: green. Hex color #329C66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329C66 is #CD6399. Grayscale: #767676. Windows color (decimal): -13460378 or 6724658. OLE color: 6724658.

HSL color Cylindrical-coordinate representation of color #329C66: hue angle of 149.43º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329C66 is Cyan = 0.68, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB 50 156 102 -
CMYK 0.68 0 0.35 0.39
HSL 149.43º 0.51% 0.4% -
HSV(B) 149.43º 0.68% 0.61% -
XYZ 15.6 25.41 16.65 -
YUV 118.15 118.88 79.39 -
System Red Green Blue C M Y K H S L
Decimal 50 156 102 0.68 0 0.35 0.39 149.43 0.51 0.4
Hex 32 9C 66 44 0 23 27 95 33 28
Octal 62 234 146 104 0 43 47 225 63 50
Binary 110010 10011100 1100110 1000100 0 100011 100111 10010101 110011 101000

Color Harmonies of #329C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329C66

Black with #329C66

Text Example


Text Example

White with #329C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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