#32897C

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

Shades of Elm #32897C

Tints of Elm #32897C

Color information

#32897C (or 0x32897C) is unknown color: approx Elm. HEX triplet: 32, 89 and 7C. RGB value is (50,137,124). Sum of RGB (Red+Green+Blue) = 50+137+124=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 137 (53.91% from 255 or 44.05% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 137 - color contains mainly: green. Hex color #32897C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32897C is #CD7683. Grayscale: #6D6D6D. Windows color (decimal): -13465220 or 8161586. OLE color: 8161586.

HSL color Cylindrical-coordinate representation of color #32897C: hue angle of 171.03º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32897C is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB50137124-
CMYK0.6400.090.46
HSL171.03º46.52%36.67%-
HSV(B)171.03º63.5%53.73%-
XYZ13.920.0222.2-
YUV109.5136.1885.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.08%
GREEN value IS 137 (53.91% from 255) = 44.05%
BLUE value IS 124 (48.83% from 255) = 39.87%
R=16.08%
G=44.05%
B=39.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal501371240.6400.090.46171.0346.5236.67
Hex32897C40092Eab2f25
Octal62211174100011562535745
Binary11001010001001111110010000000100110111010101011101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32897C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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