Html Css Color HEX #329B68 Eucalyptus

📋 copy color: '#329B68'

red 50 ◦ green 155 ◦ blue 104

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

Shades of Eucalyptus #329B68

Tints of Eucalyptus #329B68

RGB

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

 GREEN value IS 155 (60.94% from 255) = 50.16%

 BLUE value IS 104 (41.02% from 255) = 33.66%

R = 16.18%
G = 50.16%
B = 33.66%

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

#329B68 (or 0x329B68) is known color: Eucalyptus. HEX triplet: 32, 9B and 68. RGB value is (50,155,104). Sum of RGB (Red+Green+Blue) = 50+155+104=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 155 (60.94% from 255 or 50.16% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 155 - color contains mainly: green. Hex color #329B68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329B68 is #CD6497. Grayscale: #757575. Windows color (decimal): -13460632 or 6855474. OLE color: 6855474.

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

Color convert

RGB 50 155 104 -
CMYK 0.68 0 0.33 0.39
HSL 150.86º 0.51% 0.4% -
HSV(B) 150.86º 0.68% 0.61% -
XYZ 15.54 25.12 17.13 -
YUV 117.79 120.21 79.65 -
System Red Green Blue C M Y K H S L
Decimal 50 155 104 0.68 0 0.33 0.39 150.86 0.51 0.4
Hex 32 9B 68 44 0 21 27 97 33 28
Octal 62 233 150 104 0 41 47 227 63 50
Binary 110010 10011011 1101000 1000100 0 100001 100111 10010111 110011 101000

Color Harmonies of #329B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329B68

Black with #329B68

Text Example


Text Example

White with #329B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,155,104); }

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

background-color css

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

 a { background-color: rgb(50,155,104); }

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

border-color css

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

 span { border-color: rgb(50,155,104); }

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