Html Css Color HEX #328076 Elm

📋 copy color: '#328076'

red 50 ◦ green 128 ◦ blue 118

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

Shades of Elm #328076

Tints of Elm #328076

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.24%

 BLUE value IS 118 (46.48% from 255) = 39.86%

R = 16.89%
G = 43.24%
B = 39.86%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#328076 (or 0x328076) is known color: Elm. HEX triplet: 32, 80 and 76. RGB value is (50,128,118). Sum of RGB (Red+Green+Blue) = 50+128+118=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 128 (50.39% from 255 or 43.24% from 296); Blue value is 118 (46.48% from 255 or 39.86% from 296); Max value from RGB is 128 - color contains mainly: green. Hex color #328076 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328076 is #CD7F89. Grayscale: #676767. Windows color (decimal): -13467530 or 7766066. OLE color: 7766066.

HSL color Cylindrical-coordinate representation of color #328076: hue angle of 172.31º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #328076 is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB 50 128 118 -
CMYK 0.61 0 0.08 0.50
HSL 172.31º 0.44% 0.35% -
HSV(B) 172.31º 0.61% 0.5% -
XYZ 12.3 17.42 19.85 -
YUV 103.54 136.16 89.81 -
System Red Green Blue C M Y K H S L
Decimal 50 128 118 0.61 0 0.08 0.50 172.31 0.44 0.35
Hex 32 80 76 3D 0 8 32 AC 2C 23
Octal 62 200 166 75 0 10 62 254 54 43
Binary 110010 10000000 1110110 111101 0 1000 110010 10101100 101100 100011

Color Harmonies of #328076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328076

Black with #328076

Text Example


Text Example

White with #328076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328076; }

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

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

background-color css

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

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

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

border-color css

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

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

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