Html Css Color HEX #328680 Elm

📋 copy color: '#328680'

red 50 ◦ green 134 ◦ blue 128

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

Shades of Elm #328680

Tints of Elm #328680

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.95%

 BLUE value IS 128 (50.39% from 255) = 41.03%

R = 16.03%
G = 42.95%
B = 41.03%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#328680 (or 0x328680) is known color: Elm. HEX triplet: 32, 86 and 80. RGB value is (50,134,128). Sum of RGB (Red+Green+Blue) = 50+134+128=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 134 (52.73% from 255 or 42.95% from 312); Blue value is 128 (50.39% from 255 or 41.03% from 312); Max value from RGB is 134 - color contains mainly: green. Hex color #328680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328680 is #CD797F. Grayscale: #6C6C6C. Windows color (decimal): -13465984 or 8422962. OLE color: 8422962.

HSL color Cylindrical-coordinate representation of color #328680: hue angle of 175.71º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #328680 is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 134 128 -
CMYK 0.63 0 0.04 0.47
HSL 175.71º 0.46% 0.36% -
HSV(B) 175.71º 0.63% 0.53% -
XYZ 13.74 19.29 23.42 -
YUV 108.2 139.17 86.49 -
System Red Green Blue C M Y K H S L
Decimal 50 134 128 0.63 0 0.04 0.47 175.71 0.46 0.36
Hex 32 86 80 3F 0 4 2F B0 2E 24
Octal 62 206 200 77 0 4 57 260 56 44
Binary 110010 10000110 10000000 111111 0 100 101111 10110000 101110 100100

Color Harmonies of #328680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328680

Black with #328680

Text Example


Text Example

White with #328680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328680; }

 p { color: rgb(50,134,128); }

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

background-color css

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

 a { background-color: rgb(50,134,128); }

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

border-color css

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

 span { border-color: rgb(50,134,128); }

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