#327873

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

Shades of Elm #327873

Tints of Elm #327873

Color information

#327873 (or 0x327873) is unknown color: approx Elm. HEX triplet: 32, 78 and 73. RGB value is (50,120,115). Sum of RGB (Red+Green+Blue) = 50+120+115=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 120 (47.27% from 255 or 42.11% from 285); Blue value is 115 (45.31% from 255 or 40.35% from 285); Max value from RGB is 120 - color contains mainly: green. Hex color #327873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327873 is #CD878C. Grayscale: #626262. Windows color (decimal): -13469581 or 7567410. OLE color: 7567410.

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

Color convert

RGB50120115-
CMYK0.5800.040.53
HSL175.71º41.18%33.33%-
HSV(B)175.71º58.33%47.06%-
XYZ11.1315.3518.6-
YUV98.5137.3193.41-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.54%
GREEN value IS 120 (47.27% from 255) = 42.11%
BLUE value IS 115 (45.31% from 255) = 40.35%
R=17.54%
G=42.11%
B=40.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal501201150.5800.040.53175.7141.1833.33
Hex3278733A0435b02921
Octal621701637204652605141
Binary11001011110001110011111010010011010110110000101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327873; }

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

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

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

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

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

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

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

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