Html Css Color HEX #329C69 Eucalyptus

📋 copy color: '#329C69'

red 50 ◦ green 156 ◦ blue 105

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

Shades of Eucalyptus #329C69

Tints of Eucalyptus #329C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 33.76%

R = 16.08%
G = 50.16%
B = 33.76%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#329C69 (or 0x329C69) is known color: Eucalyptus. HEX triplet: 32, 9C and 69. RGB value is (50,156,105). Sum of RGB (Red+Green+Blue) = 50+156+105=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 156 (61.33% from 255 or 50.16% from 311); Blue value is 105 (41.41% from 255 or 33.76% from 311); Max value from RGB is 156 - color contains mainly: green. Hex color #329C69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329C69 is #CD6396. Grayscale: #767676. Windows color (decimal): -13460375 or 6921266. OLE color: 6921266.

HSL color Cylindrical-coordinate representation of color #329C69: hue angle of 151.13º 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 #329C69 is Cyan = 0.68, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB 50 156 105 -
CMYK 0.68 0 0.33 0.39
HSL 151.13º 0.51% 0.4% -
HSV(B) 151.13º 0.68% 0.61% -
XYZ 15.75 25.47 17.45 -
YUV 118.49 120.38 79.15 -
System Red Green Blue C M Y K H S L
Decimal 50 156 105 0.68 0 0.33 0.39 151.13 0.51 0.4
Hex 32 9C 69 44 0 21 27 97 33 28
Octal 62 234 151 104 0 41 47 227 63 50
Binary 110010 10011100 1101001 1000100 0 100001 100111 10010111 110011 101000

Color Harmonies of #329C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329C69

Black with #329C69

Text Example


Text Example

White with #329C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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