Html Css Color HEX #329B6E Eucalyptus

📋 copy color: '#329B6E'

red 50 ◦ green 155 ◦ blue 110

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

Shades of Eucalyptus #329B6E

Tints of Eucalyptus #329B6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.92%

R = 15.87%
G = 49.21%
B = 34.92%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#329B6E (or 0x329B6E) is known color: Eucalyptus. HEX triplet: 32, 9B and 6E. RGB value is (50,155,110). Sum of RGB (Red+Green+Blue) = 50+155+110=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 155 (60.94% from 255 or 49.21% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 155 - color contains mainly: green. Hex color #329B6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329B6E is #CD6491. Grayscale: #767676. Windows color (decimal): -13460626 or 7248690. OLE color: 7248690.

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

Color convert

RGB 50 155 110 -
CMYK 0.68 0 0.29 0.39
HSL 154.29º 0.51% 0.4% -
HSV(B) 154.29º 0.68% 0.61% -
XYZ 15.85 25.25 18.79 -
YUV 118.48 123.21 79.16 -
System Red Green Blue C M Y K H S L
Decimal 50 155 110 0.68 0 0.29 0.39 154.29 0.51 0.4
Hex 32 9B 6E 44 0 1D 27 9A 33 28
Octal 62 233 156 104 0 35 47 232 63 50
Binary 110010 10011011 1101110 1000100 0 11101 100111 10011010 110011 101000

Color Harmonies of #329B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329B6E

Black with #329B6E

Text Example


Text Example

White with #329B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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