Html Css Color HEX #329A6E Eucalyptus

📋 copy color: '#329A6E'

red 50 ◦ green 154 ◦ blue 110

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

Shades of Eucalyptus #329A6E

Tints of Eucalyptus #329A6E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 49.04%

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

R = 15.92%
G = 49.04%
B = 35.03%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#329A6E (or 0x329A6E) is known color: Eucalyptus. HEX triplet: 32, 9A and 6E. RGB value is (50,154,110). Sum of RGB (Red+Green+Blue) = 50+154+110=314 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.92% from 314); Green value is 154 (60.55% from 255 or 49.04% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 154 - color contains mainly: green. Hex color #329A6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329A6E is #CD6591. Grayscale: #757575. Windows color (decimal): -13460882 or 7248434. OLE color: 7248434.

HSL color Cylindrical-coordinate representation of color #329A6E: hue angle of 154.62º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329A6E is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB 50 154 110 -
CMYK 0.68 0 0.29 0.40
HSL 154.62º 0.51% 0.4% -
HSV(B) 154.62º 0.68% 0.6% -
XYZ 15.69 24.92 18.73 -
YUV 117.89 123.54 79.58 -
System Red Green Blue C M Y K H S L
Decimal 50 154 110 0.68 0 0.29 0.40 154.62 0.51 0.4
Hex 32 9A 6E 44 0 1D 28 9B 33 28
Octal 62 232 156 104 0 35 50 233 63 50
Binary 110010 10011010 1101110 1000100 0 11101 101000 10011011 110011 101000

Color Harmonies of #329A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329A6E

Black with #329A6E

Text Example


Text Example

White with #329A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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