Html Css Color HEX #328C7D Elm

📋 copy color: '#328C7D'

red 50 ◦ green 140 ◦ blue 125

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

Shades of Elm #328C7D

Tints of Elm #328C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.68%

R = 15.87%
G = 44.44%
B = 39.68%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#328C7D (or 0x328C7D) is known color: Elm. HEX triplet: 32, 8C and 7D. RGB value is (50,140,125). Sum of RGB (Red+Green+Blue) = 50+140+125=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 140 (55.08% from 255 or 44.44% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 140 - color contains mainly: green. Hex color #328C7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328C7D is #CD7382. Grayscale: #6F6F6F. Windows color (decimal): -13464451 or 8227890. OLE color: 8227890.

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

Color convert

RGB 50 140 125 -
CMYK 0.64 0 0.11 0.45
HSL 170º 0.47% 0.37% -
HSV(B) 170º 0.64% 0.55% -
XYZ 14.4 20.91 22.68 -
YUV 111.38 135.68 84.22 -
System Red Green Blue C M Y K H S L
Decimal 50 140 125 0.64 0 0.11 0.45 170 0.47 0.37
Hex 32 8C 7D 40 0 B 2D AA 2F 25
Octal 62 214 175 100 0 13 55 252 57 45
Binary 110010 10001100 1111101 1000000 0 1011 101101 10101010 101111 100101

Color Harmonies of #328C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328C7D

Black with #328C7D

Text Example


Text Example

White with #328C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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