Html Css Color HEX #329064 Eucalyptus

📋 copy color: '#329064'

red 50 ◦ green 144 ◦ blue 100

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

Shades of Eucalyptus #329064

Tints of Eucalyptus #329064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 34.01%

R = 17.01%
G = 48.98%
B = 34.01%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#329064 (or 0x329064) is known color: Eucalyptus. HEX triplet: 32, 90 and 64. RGB value is (50,144,100). Sum of RGB (Red+Green+Blue) = 50+144+100=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 144 (56.64% from 255 or 48.98% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 144 - color contains mainly: green. Hex color #329064 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329064 is #CD6F9B. Grayscale: #6E6E6E. Windows color (decimal): -13463452 or 6590514. OLE color: 6590514.

HSL color Cylindrical-coordinate representation of color #329064: hue angle of 151.91º 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 #329064 is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 144 100 -
CMYK 0.65 0 0.31 0.44
HSL 151.91º 0.48% 0.38% -
HSV(B) 151.91º 0.65% 0.56% -
XYZ 13.59 21.54 15.5 -
YUV 110.88 121.86 84.58 -
System Red Green Blue C M Y K H S L
Decimal 50 144 100 0.65 0 0.31 0.44 151.91 0.48 0.38
Hex 32 90 64 41 0 1F 2C 98 30 26
Octal 62 220 144 101 0 37 54 230 60 46
Binary 110010 10010000 1100100 1000001 0 11111 101100 10011000 110000 100110

Color Harmonies of #329064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329064

Black with #329064

Text Example


Text Example

White with #329064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329064; }

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

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

background-color css

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

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

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

border-color css

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

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

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