Html Css Color HEX #328478 Elm

📋 copy color: '#328478'

red 50 ◦ green 132 ◦ blue 120

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

Shades of Elm #328478

Tints of Elm #328478

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.71%

 BLUE value IS 120 (47.27% from 255) = 39.74%

R = 16.56%
G = 43.71%
B = 39.74%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#328478 (or 0x328478) is known color: Elm. HEX triplet: 32, 84 and 78. RGB value is (50,132,120). Sum of RGB (Red+Green+Blue) = 50+132+120=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 132 (51.95% from 255 or 43.71% from 302); Blue value is 120 (47.27% from 255 or 39.74% from 302); Max value from RGB is 132 - color contains mainly: green. Hex color #328478 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328478 is #CD7B87. Grayscale: #6A6A6A. Windows color (decimal): -13466504 or 7898162. OLE color: 7898162.

HSL color Cylindrical-coordinate representation of color #328478: hue angle of 171.22º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #328478 is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 132 120 -
CMYK 0.62 0 0.09 0.48
HSL 171.22º 0.45% 0.36% -
HSV(B) 171.22º 0.62% 0.52% -
XYZ 12.96 18.54 20.66 -
YUV 106.11 135.83 87.98 -
System Red Green Blue C M Y K H S L
Decimal 50 132 120 0.62 0 0.09 0.48 171.22 0.45 0.36
Hex 32 84 78 3E 0 9 30 AB 2D 24
Octal 62 204 170 76 0 11 60 253 55 44
Binary 110010 10000100 1111000 111110 0 1001 110000 10101011 101101 100100

Color Harmonies of #328478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328478

Black with #328478

Text Example


Text Example

White with #328478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328478; }

 p { color: rgb(50,132,120); }

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

background-color css

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

 a { background-color: rgb(50,132,120); }

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

border-color css

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

 span { border-color: rgb(50,132,120); }

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