Html Css Color HEX #329D60 Eucalyptus

📋 copy color: '#329D60'

red 50 ◦ green 157 ◦ blue 96

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

Shades of Eucalyptus #329D60

Tints of Eucalyptus #329D60

RGB

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

 GREEN value IS 157 (61.72% from 255) = 51.82%

 BLUE value IS 96 (37.89% from 255) = 31.68%

R = 16.5%
G = 51.82%
B = 31.68%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.39

 K value IS 0.38

RGB Variations

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

Color information

#329D60 (or 0x329D60) is known color: Eucalyptus. HEX triplet: 32, 9D and 60. RGB value is (50,157,96). Sum of RGB (Red+Green+Blue) = 50+157+96=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 157 (61.72% from 255 or 51.82% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 157 - color contains mainly: green. Hex color #329D60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329D60 is #CD629F. Grayscale: #767676. Windows color (decimal): -13460128 or 6331698. OLE color: 6331698.

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

Color convert

RGB 50 157 96 -
CMYK 0.68 0 0.39 0.38
HSL 145.79º 0.52% 0.41% -
HSV(B) 145.79º 0.68% 0.62% -
XYZ 15.48 25.64 15.2 -
YUV 118.05 115.55 79.46 -
System Red Green Blue C M Y K H S L
Decimal 50 157 96 0.68 0 0.39 0.38 145.79 0.52 0.41
Hex 32 9D 60 44 0 27 26 92 34 29
Octal 62 235 140 104 0 47 46 222 64 51
Binary 110010 10011101 1100000 1000100 0 100111 100110 10010010 110100 101001

Color Harmonies of #329D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329D60

Black with #329D60

Text Example


Text Example

White with #329D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,157,96); }

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

background-color css

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

 a { background-color: rgb(50,157,96); }

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

border-color css

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

 span { border-color: rgb(50,157,96); }

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