Html Css Color HEX #329B6A Eucalyptus

📋 copy color: '#329B6A'

red 50 ◦ green 155 ◦ blue 106

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

Shades of Eucalyptus #329B6A

Tints of Eucalyptus #329B6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.08%

R = 16.08%
G = 49.84%
B = 34.08%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#329B6A (or 0x329B6A) is known color: Eucalyptus. HEX triplet: 32, 9B and 6A. RGB value is (50,155,106). Sum of RGB (Red+Green+Blue) = 50+155+106=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 155 (60.94% from 255 or 49.84% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 155 - color contains mainly: green. Hex color #329B6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329B6A is #CD6495. Grayscale: #767676. Windows color (decimal): -13460630 or 6986546. OLE color: 6986546.

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

Color convert

RGB 50 155 106 -
CMYK 0.68 0 0.32 0.39
HSL 152º 0.51% 0.4% -
HSV(B) 152º 0.68% 0.61% -
XYZ 15.64 25.16 17.67 -
YUV 118.02 121.21 79.48 -
System Red Green Blue C M Y K H S L
Decimal 50 155 106 0.68 0 0.32 0.39 152 0.51 0.4
Hex 32 9B 6A 44 0 20 27 98 33 28
Octal 62 233 152 104 0 40 47 230 63 50
Binary 110010 10011011 1101010 1000100 0 100000 100111 10011000 110011 101000

Color Harmonies of #329B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329B6A

Black with #329B6A

Text Example


Text Example

White with #329B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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