Html Css Color HEX #328E64 Eucalyptus

📋 copy color: '#328E64'

red 50 ◦ green 142 ◦ blue 100

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

Shades of Eucalyptus #328E64

Tints of Eucalyptus #328E64

RGB

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

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

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

R = 17.12%
G = 48.63%
B = 34.25%

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

#328E64 (or 0x328E64) is known color: Eucalyptus. HEX triplet: 32, 8E and 64. RGB value is (50,142,100). Sum of RGB (Red+Green+Blue) = 50+142+100=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 142 (55.86% from 255 or 48.63% from 292); Blue value is 100 (39.45% from 255 or 34.25% from 292); Max value from RGB is 142 - color contains mainly: green. Hex color #328E64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328E64 is #CD719B. Grayscale: #6D6D6D. Windows color (decimal): -13463964 or 6590002. OLE color: 6590002.

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

Color convert

RGB 50 142 100 -
CMYK 0.65 0 0.30 0.44
HSL 152.61º 0.48% 0.38% -
HSV(B) 152.61º 0.65% 0.56% -
XYZ 13.29 20.94 15.4 -
YUV 109.7 122.52 85.42 -
System Red Green Blue C M Y K H S L
Decimal 50 142 100 0.65 0 0.30 0.44 152.61 0.48 0.38
Hex 32 8E 64 41 0 1E 2C 99 30 26
Octal 62 216 144 101 0 36 54 231 60 46
Binary 110010 10001110 1100100 1000001 0 11110 101100 10011001 110000 100110

Color Harmonies of #328E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328E64

Black with #328E64

Text Example


Text Example

White with #328E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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