Html Css Color HEX #328579 Elm

📋 copy color: '#328579'

red 50 ◦ green 133 ◦ blue 121

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

Shades of Elm #328579

Tints of Elm #328579

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.75%

 BLUE value IS 121 (47.66% from 255) = 39.8%

R = 16.45%
G = 43.75%
B = 39.8%

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

#328579 (or 0x328579) is known color: Elm. HEX triplet: 32, 85 and 79. RGB value is (50,133,121). Sum of RGB (Red+Green+Blue) = 50+133+121=304 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.45% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 121 (47.66% from 255 or 39.80% from 304); Max value from RGB is 133 - color contains mainly: green. Hex color #328579 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328579 is #CD7A86. Grayscale: #6A6A6A. Windows color (decimal): -13466247 or 7963954. OLE color: 7963954.

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

Color convert

RGB 50 133 121 -
CMYK 0.62 0 0.09 0.48
HSL 171.33º 0.45% 0.36% -
HSV(B) 171.33º 0.62% 0.52% -
XYZ 13.15 18.83 21.03 -
YUV 106.82 136 87.48 -
System Red Green Blue C M Y K H S L
Decimal 50 133 121 0.62 0 0.09 0.48 171.33 0.45 0.36
Hex 32 85 79 3E 0 9 30 AB 2D 24
Octal 62 205 171 76 0 11 60 253 55 44
Binary 110010 10000101 1111001 111110 0 1001 110000 10101011 101101 100100

Color Harmonies of #328579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328579

Black with #328579

Text Example


Text Example

White with #328579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328579; }

 p { color: rgb(50,133,121); }

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

background-color css

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

 a { background-color: rgb(50,133,121); }

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

border-color css

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

 span { border-color: rgb(50,133,121); }

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