Html Css Color HEX #328C7F Elm

📋 copy color: '#328C7F'

red 50 ◦ green 140 ◦ blue 127

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

Shades of Elm #328C7F

Tints of Elm #328C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.06%

R = 15.77%
G = 44.16%
B = 40.06%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#328C7F (or 0x328C7F) is known color: Elm. HEX triplet: 32, 8C and 7F. RGB value is (50,140,127). Sum of RGB (Red+Green+Blue) = 50+140+127=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 140 (55.08% from 255 or 44.16% from 317); Blue value is 127 (50% from 255 or 40.06% from 317); Max value from RGB is 140 - color contains mainly: green. Hex color #328C7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328C7F is #CD7380. Grayscale: #6F6F6F. Windows color (decimal): -13464449 or 8358962. OLE color: 8358962.

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

Color convert

RGB 50 140 127 -
CMYK 0.64 0 0.09 0.45
HSL 171.33º 0.47% 0.37% -
HSV(B) 171.33º 0.64% 0.55% -
XYZ 14.52 20.97 23.36 -
YUV 111.61 136.68 84.06 -
System Red Green Blue C M Y K H S L
Decimal 50 140 127 0.64 0 0.09 0.45 171.33 0.47 0.37
Hex 32 8C 7F 40 0 9 2D AB 2F 25
Octal 62 214 177 100 0 11 55 253 57 45
Binary 110010 10001100 1111111 1000000 0 1001 101101 10101011 101111 100101

Color Harmonies of #328C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328C7F

Black with #328C7F

Text Example


Text Example

White with #328C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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