Html Css Color HEX #329A6A Eucalyptus

📋 copy color: '#329A6A'

red 50 ◦ green 154 ◦ blue 106

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

Shades of Eucalyptus #329A6A

Tints of Eucalyptus #329A6A

RGB

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

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

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

R = 16.13%
G = 49.68%
B = 34.19%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#329A6A (or 0x329A6A) is known color: Eucalyptus. HEX triplet: 32, 9A and 6A. RGB value is (50,154,106). Sum of RGB (Red+Green+Blue) = 50+154+106=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 154 (60.55% from 255 or 49.68% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 154 - color contains mainly: green. Hex color #329A6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329A6A is #CD6595. Grayscale: #757575. Windows color (decimal): -13460886 or 6986290. OLE color: 6986290.

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

Color convert

RGB 50 154 106 -
CMYK 0.68 0 0.31 0.40
HSL 152.31º 0.51% 0.4% -
HSV(B) 152.31º 0.68% 0.6% -
XYZ 15.47 24.83 17.61 -
YUV 117.43 121.54 79.9 -
System Red Green Blue C M Y K H S L
Decimal 50 154 106 0.68 0 0.31 0.40 152.31 0.51 0.4
Hex 32 9A 6A 44 0 1F 28 98 33 28
Octal 62 232 152 104 0 37 50 230 63 50
Binary 110010 10011010 1101010 1000100 0 11111 101000 10011000 110011 101000

Color Harmonies of #329A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329A6A

Black with #329A6A

Text Example


Text Example

White with #329A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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