Html Css Color HEX #328E60 Eucalyptus

📋 copy color: '#328E60'

red 50 ◦ green 142 ◦ blue 96

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

Shades of Eucalyptus #328E60

Tints of Eucalyptus #328E60

RGB

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

 GREEN value IS 142 (55.86% from 255) = 49.31%

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

R = 17.36%
G = 49.31%
B = 33.33%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#328E60 (or 0x328E60) is known color: Eucalyptus. HEX triplet: 32, 8E and 60. RGB value is (50,142,96). Sum of RGB (Red+Green+Blue) = 50+142+96=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 142 (55.86% from 255 or 49.31% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 142 - color contains mainly: green. Hex color #328E60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328E60 is #CD719F. Grayscale: #6D6D6D. Windows color (decimal): -13463968 or 6327858. OLE color: 6327858.

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

Color convert

RGB 50 142 96 -
CMYK 0.65 0 0.32 0.44
HSL 150º 0.48% 0.38% -
HSV(B) 150º 0.65% 0.56% -
XYZ 13.1 20.87 14.4 -
YUV 109.25 120.52 85.74 -
System Red Green Blue C M Y K H S L
Decimal 50 142 96 0.65 0 0.32 0.44 150 0.48 0.38
Hex 32 8E 60 41 0 20 2C 96 30 26
Octal 62 216 140 101 0 40 54 226 60 46
Binary 110010 10001110 1100000 1000001 0 100000 101100 10010110 110000 100110

Color Harmonies of #328E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328E60

Black with #328E60

Text Example


Text Example

White with #328E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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