Html Css Color HEX #329E6A Eucalyptus

📋 copy color: '#329E6A'

red 50 ◦ green 158 ◦ blue 106

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

Shades of Eucalyptus #329E6A

Tints of Eucalyptus #329E6A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 50.32%

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

R = 15.92%
G = 50.32%
B = 33.76%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#329E6A (or 0x329E6A) is known color: Eucalyptus. HEX triplet: 32, 9E and 6A. RGB value is (50,158,106). Sum of RGB (Red+Green+Blue) = 50+158+106=314 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.92% from 314); Green value is 158 (62.11% from 255 or 50.32% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 158 - color contains mainly: green. Hex color #329E6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329E6A is #CD6195. Grayscale: #777777. Windows color (decimal): -13459862 or 6987314. OLE color: 6987314.

HSL color Cylindrical-coordinate representation of color #329E6A: hue angle of 151.11º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329E6A is Cyan = 0.68, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 158 106 -
CMYK 0.68 0 0.33 0.38
HSL 151.11º 0.52% 0.41% -
HSV(B) 151.11º 0.68% 0.62% -
XYZ 16.14 26.17 17.84 -
YUV 119.78 120.22 78.23 -
System Red Green Blue C M Y K H S L
Decimal 50 158 106 0.68 0 0.33 0.38 151.11 0.52 0.41
Hex 32 9E 6A 44 0 21 26 97 34 29
Octal 62 236 152 104 0 41 46 227 64 51
Binary 110010 10011110 1101010 1000100 0 100001 100110 10010111 110100 101001

Color Harmonies of #329E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329E6A

Black with #329E6A

Text Example


Text Example

White with #329E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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