Html Css Color HEX #329B6D Eucalyptus

📋 copy color: '#329B6D'

red 50 ◦ green 155 ◦ blue 109

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

Shades of Eucalyptus #329B6D

Tints of Eucalyptus #329B6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.71%

R = 15.92%
G = 49.36%
B = 34.71%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#329B6D (or 0x329B6D) is known color: Eucalyptus. HEX triplet: 32, 9B and 6D. RGB value is (50,155,109). Sum of RGB (Red+Green+Blue) = 50+155+109=314 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.92% from 314); Green value is 155 (60.94% from 255 or 49.36% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 155 - color contains mainly: green. Hex color #329B6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329B6D is #CD6492. Grayscale: #767676. Windows color (decimal): -13460627 or 7183154. OLE color: 7183154.

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

Color convert

RGB 50 155 109 -
CMYK 0.68 0 0.30 0.39
HSL 153.71º 0.51% 0.4% -
HSV(B) 153.71º 0.68% 0.61% -
XYZ 15.8 25.22 18.5 -
YUV 118.36 122.71 79.24 -
System Red Green Blue C M Y K H S L
Decimal 50 155 109 0.68 0 0.30 0.39 153.71 0.51 0.4
Hex 32 9B 6D 44 0 1E 27 9A 33 28
Octal 62 233 155 104 0 36 47 232 63 50
Binary 110010 10011011 1101101 1000100 0 11110 100111 10011010 110011 101000

Color Harmonies of #329B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329B6D

Black with #329B6D

Text Example


Text Example

White with #329B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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