Html Css Color HEX #328964 Eucalyptus

📋 copy color: '#328964'

red 50 ◦ green 137 ◦ blue 100

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

Shades of Eucalyptus #328964

Tints of Eucalyptus #328964

RGB

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

 GREEN value IS 137 (53.91% from 255) = 47.74%

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

R = 17.42%
G = 47.74%
B = 34.84%

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

#328964 (or 0x328964) is known color: Eucalyptus. HEX triplet: 32, 89 and 64. RGB value is (50,137,100). Sum of RGB (Red+Green+Blue) = 50+137+100=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 137 (53.91% from 255 or 47.74% from 287); Blue value is 100 (39.45% from 255 or 34.84% from 287); Max value from RGB is 137 - color contains mainly: green. Hex color #328964 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328964 is #CD769B. Grayscale: #6A6A6A. Windows color (decimal): -13465244 or 6588722. OLE color: 6588722.

HSL color Cylindrical-coordinate representation of color #328964: hue angle of 154.48º 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 #328964 is Cyan = 0.64, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 137 100 -
CMYK 0.64 0 0.27 0.46
HSL 154.48º 0.47% 0.37% -
HSV(B) 154.48º 0.64% 0.54% -
XYZ 12.56 19.49 15.16 -
YUV 106.77 124.18 87.51 -
System Red Green Blue C M Y K H S L
Decimal 50 137 100 0.64 0 0.27 0.46 154.48 0.47 0.37
Hex 32 89 64 40 0 1B 2E 9A 2F 25
Octal 62 211 144 100 0 33 56 232 57 45
Binary 110010 10001001 1100100 1000000 0 11011 101110 10011010 101111 100101

Color Harmonies of #328964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328964

Black with #328964

Text Example


Text Example

White with #328964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328964; }

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

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

background-color css

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

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

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

border-color css

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

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

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