Html Css Color HEX #329A6F Eucalyptus

📋 copy color: '#329A6F'

red 50 ◦ green 154 ◦ blue 111

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

Shades of Eucalyptus #329A6F

Tints of Eucalyptus #329A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.24%

R = 15.87%
G = 48.89%
B = 35.24%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#329A6F (or 0x329A6F) is known color: Eucalyptus. HEX triplet: 32, 9A and 6F. RGB value is (50,154,111). Sum of RGB (Red+Green+Blue) = 50+154+111=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 154 (60.55% from 255 or 48.89% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 154 - color contains mainly: green. Hex color #329A6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329A6F is #CD6590. Grayscale: #767676. Windows color (decimal): -13460881 or 7313970. OLE color: 7313970.

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

Color convert

RGB 50 154 111 -
CMYK 0.68 0 0.28 0.40
HSL 155.19º 0.51% 0.4% -
HSV(B) 155.19º 0.68% 0.6% -
XYZ 15.74 24.94 19.02 -
YUV 118 124.04 79.5 -
System Red Green Blue C M Y K H S L
Decimal 50 154 111 0.68 0 0.28 0.40 155.19 0.51 0.4
Hex 32 9A 6F 44 0 1C 28 9B 33 28
Octal 62 232 157 104 0 34 50 233 63 50
Binary 110010 10011010 1101111 1000100 0 11100 101000 10011011 110011 101000

Color Harmonies of #329A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329A6F

Black with #329A6F

Text Example


Text Example

White with #329A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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