Html Css Color HEX #328B65 Eucalyptus

📋 copy color: '#328B65'

red 50 ◦ green 139 ◦ blue 101

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

Shades of Eucalyptus #328B65

Tints of Eucalyptus #328B65

RGB

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

 GREEN value IS 139 (54.69% from 255) = 47.93%

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

R = 17.24%
G = 47.93%
B = 34.83%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#328B65 (or 0x328B65) is known color: Eucalyptus. HEX triplet: 32, 8B and 65. RGB value is (50,139,101). Sum of RGB (Red+Green+Blue) = 50+139+101=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 139 (54.69% from 255 or 47.93% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 139 - color contains mainly: green. Hex color #328B65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328B65 is #CD749A. Grayscale: #6C6C6C. Windows color (decimal): -13464731 or 6654770. OLE color: 6654770.

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

Color convert

RGB 50 139 101 -
CMYK 0.64 0 0.27 0.45
HSL 154.38º 0.47% 0.37% -
HSV(B) 154.38º 0.64% 0.55% -
XYZ 12.9 20.08 15.51 -
YUV 108.06 124.01 86.59 -
System Red Green Blue C M Y K H S L
Decimal 50 139 101 0.64 0 0.27 0.45 154.38 0.47 0.37
Hex 32 8B 65 40 0 1B 2D 9A 2F 25
Octal 62 213 145 100 0 33 55 232 57 45
Binary 110010 10001011 1100101 1000000 0 11011 101101 10011010 101111 100101

Color Harmonies of #328B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328B65

Black with #328B65

Text Example


Text Example

White with #328B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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