Html Css Color HEX #328C62 Eucalyptus

📋 copy color: '#328C62'

red 50 ◦ green 140 ◦ blue 98

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

Shades of Eucalyptus #328C62

Tints of Eucalyptus #328C62

RGB

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

 GREEN value IS 140 (55.08% from 255) = 48.61%

 BLUE value IS 98 (38.67% from 255) = 34.03%

R = 17.36%
G = 48.61%
B = 34.03%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.3

 K value IS 0.45

RGB Variations

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

Color information

#328C62 (or 0x328C62) is known color: Eucalyptus. HEX triplet: 32, 8C and 62. RGB value is (50,140,98). Sum of RGB (Red+Green+Blue) = 50+140+98=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 140 (55.08% from 255 or 48.61% from 288); Blue value is 98 (38.67% from 255 or 34.03% from 288); Max value from RGB is 140 - color contains mainly: green. Hex color #328C62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328C62 is #CD739D. Grayscale: #6C6C6C. Windows color (decimal): -13464478 or 6458418. OLE color: 6458418.

HSL color Cylindrical-coordinate representation of color #328C62: hue angle of 152º 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 #328C62 is Cyan = 0.64, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 140 98 -
CMYK 0.64 0 0.3 0.45
HSL 152º 0.47% 0.37% -
HSV(B) 152º 0.64% 0.55% -
XYZ 12.9 20.32 14.8 -
YUV 108.3 122.18 86.42 -
System Red Green Blue C M Y K H S L
Decimal 50 140 98 0.64 0 0.3 0.45 152 0.47 0.37
Hex 32 8C 62 40 0 1E 2D 98 2F 25
Octal 62 214 142 100 0 36 55 230 57 45
Binary 110010 10001100 1100010 1000000 0 11110 101101 10011000 101111 100101

Color Harmonies of #328C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328C62

Black with #328C62

Text Example


Text Example

White with #328C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,140,98); }

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

background-color css

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

 a { background-color: rgb(50,140,98); }

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

border-color css

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

 span { border-color: rgb(50,140,98); }

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