Html Css Color HEX #328F64 Eucalyptus

📋 copy color: '#328F64'

red 50 ◦ green 143 ◦ blue 100

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

Shades of Eucalyptus #328F64

Tints of Eucalyptus #328F64

RGB

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

 GREEN value IS 143 (56.25% from 255) = 48.81%

 BLUE value IS 100 (39.45% from 255) = 34.13%

R = 17.06%
G = 48.81%
B = 34.13%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#328F64 (or 0x328F64) is known color: Eucalyptus. HEX triplet: 32, 8F and 64. RGB value is (50,143,100). Sum of RGB (Red+Green+Blue) = 50+143+100=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 143 (56.25% from 255 or 48.81% from 293); Blue value is 100 (39.45% from 255 or 34.13% from 293); Max value from RGB is 143 - color contains mainly: green. Hex color #328F64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328F64 is #CD709B. Grayscale: #6E6E6E. Windows color (decimal): -13463708 or 6590258. OLE color: 6590258.

HSL color Cylindrical-coordinate representation of color #328F64: hue angle of 152.26º 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 #328F64 is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 143 100 -
CMYK 0.65 0 0.30 0.44
HSL 152.26º 0.48% 0.38% -
HSV(B) 152.26º 0.65% 0.56% -
XYZ 13.44 21.24 15.45 -
YUV 110.29 122.19 85 -
System Red Green Blue C M Y K H S L
Decimal 50 143 100 0.65 0 0.30 0.44 152.26 0.48 0.38
Hex 32 8F 64 41 0 1E 2C 98 30 26
Octal 62 217 144 101 0 36 54 230 60 46
Binary 110010 10001111 1100100 1000001 0 11110 101100 10011000 110000 100110

Color Harmonies of #328F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328F64

Black with #328F64

Text Example


Text Example

White with #328F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,143,100); }

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

background-color css

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

 a { background-color: rgb(50,143,100); }

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

border-color css

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

 span { border-color: rgb(50,143,100); }

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