Html Css Color HEX #328278 Elm

📋 copy color: '#328278'

red 50 ◦ green 130 ◦ blue 120

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

Shades of Elm #328278

Tints of Elm #328278

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.33%

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

R = 16.67%
G = 43.33%
B = 40%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#328278 (or 0x328278) is known color: Elm. HEX triplet: 32, 82 and 78. RGB value is (50,130,120). Sum of RGB (Red+Green+Blue) = 50+130+120=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 130 (51.17% from 255 or 43.33% from 300); Blue value is 120 (47.27% from 255 or 40% from 300); Max value from RGB is 130 - color contains mainly: green. Hex color #328278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328278 is #CD7D87. Grayscale: #686868. Windows color (decimal): -13467016 or 7897650. OLE color: 7897650.

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

Color convert

RGB 50 130 120 -
CMYK 0.62 0 0.08 0.49
HSL 172.5º 0.44% 0.35% -
HSV(B) 172.5º 0.62% 0.51% -
XYZ 12.69 18 20.57 -
YUV 104.94 136.5 88.81 -
System Red Green Blue C M Y K H S L
Decimal 50 130 120 0.62 0 0.08 0.49 172.5 0.44 0.35
Hex 32 82 78 3E 0 8 31 AC 2C 23
Octal 62 202 170 76 0 10 61 254 54 43
Binary 110010 10000010 1111000 111110 0 1000 110001 10101100 101100 100011

Color Harmonies of #328278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328278

Black with #328278

Text Example


Text Example

White with #328278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328278; }

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

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

background-color css

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

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

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

border-color css

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

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

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