#32877C

Color #32877C Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #32877C

Tints of Elm #32877C

Color information

#32877C (or 0x32877C) is unknown color: approx Elm. HEX triplet: 32, 87 and 7C. RGB value is (50,135,124). Sum of RGB (Red+Green+Blue) = 50+135+124=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 135 (53.12% from 255 or 43.69% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 135 - color contains mainly: green. Hex color #32877C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32877C is #CD7883. Grayscale: #6C6C6C. Windows color (decimal): -13465732 or 8161074. OLE color: 8161074.

HSL color Cylindrical-coordinate representation of color #32877C: hue angle of 172.24º 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 #32877C is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB50135124-
CMYK0.6300.080.47
HSL172.24º45.95%36.27%-
HSV(B)172.24º62.96%52.94%-
XYZ13.6219.4622.11-
YUV108.33136.8486.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.18%
GREEN value IS 135 (53.12% from 255) = 43.69%
BLUE value IS 124 (48.83% from 255) = 40.13%
R=16.18%
G=43.69%
B=40.13%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal501351240.6300.080.47172.2445.9536.27
Hex32877C3F082Fac2e24
Octal6220717477010572545644
Binary1100101000011111111001111110100010111110101100101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32877C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32877C; }

 p { color: rgb(50,135,124); }

 H1.HeaderClassName
 {
   color: #32877C;
 }
 .AnyTagClassName
 {
   color: #32877C;
 }
</style>
background-color css

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

 a { background-color: rgb(50,135,124); }

 div.DivClassName
 {
   background-color: #32877C;
 }
 .BgClassName
 {
   background-color: #32877C;
 }
</style>
border-color css

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

 span { border-color: rgb(50,135,124); }

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