Html Css Color HEX #329365 Eucalyptus

📋 copy color: '#329365'

red 50 ◦ green 147 ◦ blue 101

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

Shades of Eucalyptus #329365

Tints of Eucalyptus #329365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.89%

R = 16.78%
G = 49.33%
B = 33.89%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#329365 (or 0x329365) is known color: Eucalyptus. HEX triplet: 32, 93 and 65. RGB value is (50,147,101). Sum of RGB (Red+Green+Blue) = 50+147+101=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 147 (57.81% from 255 or 49.33% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 147 - color contains mainly: green. Hex color #329365 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329365 is #CD6C9A. Grayscale: #707070. Windows color (decimal): -13462683 or 6656818. OLE color: 6656818.

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

Color convert

RGB 50 147 101 -
CMYK 0.66 0 0.31 0.42
HSL 151.55º 0.49% 0.39% -
HSV(B) 151.55º 0.66% 0.58% -
XYZ 14.1 22.49 15.91 -
YUV 112.75 121.36 83.24 -
System Red Green Blue C M Y K H S L
Decimal 50 147 101 0.66 0 0.31 0.42 151.55 0.49 0.39
Hex 32 93 65 42 0 1F 2A 98 31 27
Octal 62 223 145 102 0 37 52 230 61 47
Binary 110010 10010011 1100101 1000010 0 11111 101010 10011000 110001 100111

Color Harmonies of #329365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329365

Black with #329365

Text Example


Text Example

White with #329365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329365; }

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

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

background-color css

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

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

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

border-color css

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

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

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