Html Css Color HEX #329364 Eucalyptus

📋 copy color: '#329364'

red 50 ◦ green 147 ◦ blue 100

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

Shades of Eucalyptus #329364

Tints of Eucalyptus #329364

RGB

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

 GREEN value IS 147 (57.81% from 255) = 49.49%

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

R = 16.84%
G = 49.49%
B = 33.67%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#329364 (or 0x329364) is known color: Eucalyptus. HEX triplet: 32, 93 and 64. RGB value is (50,147,100). Sum of RGB (Red+Green+Blue) = 50+147+100=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 147 (57.81% from 255 or 49.49% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 147 - color contains mainly: green. Hex color #329364 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329364 is #CD6C9B. Grayscale: #707070. Windows color (decimal): -13462684 or 6591282. OLE color: 6591282.

HSL color Cylindrical-coordinate representation of color #329364: hue angle of 150.93º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329364 is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 147 100 -
CMYK 0.66 0 0.32 0.42
HSL 150.93º 0.49% 0.39% -
HSV(B) 150.93º 0.66% 0.58% -
XYZ 14.05 22.47 15.65 -
YUV 112.64 120.86 83.32 -
System Red Green Blue C M Y K H S L
Decimal 50 147 100 0.66 0 0.32 0.42 150.93 0.49 0.39
Hex 32 93 64 42 0 20 2A 97 31 27
Octal 62 223 144 102 0 40 52 227 61 47
Binary 110010 10010011 1100100 1000010 0 100000 101010 10010111 110001 100111

Color Harmonies of #329364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329364

Black with #329364

Text Example


Text Example

White with #329364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329364; }

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

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

background-color css

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

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

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

border-color css

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

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

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