Html Css Color HEX #328D60 Eucalyptus

📋 copy color: '#328D60'

red 50 ◦ green 141 ◦ blue 96

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

Shades of Eucalyptus #328D60

Tints of Eucalyptus #328D60

RGB

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

 GREEN value IS 141 (55.47% from 255) = 49.13%

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

R = 17.42%
G = 49.13%
B = 33.45%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#328D60 (or 0x328D60) is known color: Eucalyptus. HEX triplet: 32, 8D and 60. RGB value is (50,141,96). Sum of RGB (Red+Green+Blue) = 50+141+96=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 141 (55.47% from 255 or 49.13% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 141 - color contains mainly: green. Hex color #328D60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328D60 is #CD729F. Grayscale: #6C6C6C. Windows color (decimal): -13464224 or 6327602. OLE color: 6327602.

HSL color Cylindrical-coordinate representation of color #328D60: hue angle of 150.33º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #328D60 is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 141 96 -
CMYK 0.65 0 0.32 0.45
HSL 150.33º 0.48% 0.37% -
HSV(B) 150.33º 0.65% 0.55% -
XYZ 12.95 20.57 14.35 -
YUV 108.66 120.85 86.16 -
System Red Green Blue C M Y K H S L
Decimal 50 141 96 0.65 0 0.32 0.45 150.33 0.48 0.37
Hex 32 8D 60 41 0 20 2D 96 30 25
Octal 62 215 140 101 0 40 55 226 60 45
Binary 110010 10001101 1100000 1000001 0 100000 101101 10010110 110000 100101

Color Harmonies of #328D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328D60

Black with #328D60

Text Example


Text Example

White with #328D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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