Html Css Color HEX #329061 Eucalyptus

📋 copy color: '#329061'

red 50 ◦ green 144 ◦ blue 97

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

Shades of Eucalyptus #329061

Tints of Eucalyptus #329061

RGB

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

 GREEN value IS 144 (56.64% from 255) = 49.48%

 BLUE value IS 97 (38.28% from 255) = 33.33%

R = 17.18%
G = 49.48%
B = 33.33%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#329061 (or 0x329061) is known color: Eucalyptus. HEX triplet: 32, 90 and 61. RGB value is (50,144,97). Sum of RGB (Red+Green+Blue) = 50+144+97=291 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.18% from 291); Green value is 144 (56.64% from 255 or 49.48% from 291); Blue value is 97 (38.28% from 255 or 33.33% from 291); Max value from RGB is 144 - color contains mainly: green. Hex color #329061 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329061 is #CD6F9E. Grayscale: #6E6E6E. Windows color (decimal): -13463455 or 6393906. OLE color: 6393906.

HSL color Cylindrical-coordinate representation of color #329061: hue angle of 150º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #329061 is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 144 97 -
CMYK 0.65 0 0.33 0.44
HSL 150º 0.48% 0.38% -
HSV(B) 150º 0.65% 0.56% -
XYZ 13.45 21.49 14.75 -
YUV 110.54 120.36 84.82 -
System Red Green Blue C M Y K H S L
Decimal 50 144 97 0.65 0 0.33 0.44 150 0.48 0.38
Hex 32 90 61 41 0 21 2C 96 30 26
Octal 62 220 141 101 0 41 54 226 60 46
Binary 110010 10010000 1100001 1000001 0 100001 101100 10010110 110000 100110

Color Harmonies of #329061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329061

Black with #329061

Text Example


Text Example

White with #329061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329061; }

 p { color: rgb(50,144,97); }

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

background-color css

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

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

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

border-color css

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

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

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