Html Css Color HEX #328A65 Eucalyptus

📋 copy color: '#328A65'

red 50 ◦ green 138 ◦ blue 101

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

Shades of Eucalyptus #328A65

Tints of Eucalyptus #328A65

RGB

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

 GREEN value IS 138 (54.3% from 255) = 47.75%

 BLUE value IS 101 (39.84% from 255) = 34.95%

R = 17.3%
G = 47.75%
B = 34.95%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#328A65 (or 0x328A65) is known color: Eucalyptus. HEX triplet: 32, 8A and 65. RGB value is (50,138,101). Sum of RGB (Red+Green+Blue) = 50+138+101=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 138 (54.30% from 255 or 47.75% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 138 - color contains mainly: green. Hex color #328A65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328A65 is #CD759A. Grayscale: #6B6B6B. Windows color (decimal): -13464987 or 6654514. OLE color: 6654514.

HSL color Cylindrical-coordinate representation of color #328A65: hue angle of 154.77º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #328A65 is Cyan = 0.64, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 138 101 -
CMYK 0.64 0 0.27 0.46
HSL 154.77º 0.47% 0.37% -
HSV(B) 154.77º 0.64% 0.54% -
XYZ 12.75 19.79 15.46 -
YUV 107.47 124.35 87.01 -
System Red Green Blue C M Y K H S L
Decimal 50 138 101 0.64 0 0.27 0.46 154.77 0.47 0.37
Hex 32 8A 65 40 0 1B 2E 9B 2F 25
Octal 62 212 145 100 0 33 56 233 57 45
Binary 110010 10001010 1100101 1000000 0 11011 101110 10011011 101111 100101

Color Harmonies of #328A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328A65

Black with #328A65

Text Example


Text Example

White with #328A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,138,101); }

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

background-color css

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

 a { background-color: rgb(50,138,101); }

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

border-color css

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

 span { border-color: rgb(50,138,101); }

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