#32897a

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

Shades of Elm #32897A

Tints of Elm #32897A

Color information

#32897A (or 0x32897A) is unknown color: approx Elm. HEX triplet: 32, 89 and 7A. RGB value is (50,137,122). Sum of RGB (Red+Green+Blue) = 50+137+122=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 137 (53.91% from 255 or 44.34% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 137 - color contains mainly: green. Hex color #32897A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32897A is #CD7685. Grayscale: #6D6D6D. Windows color (decimal): -13465222 or 8030514. OLE color: 8030514.

HSL color Cylindrical-coordinate representation of color #32897A: hue angle of 169.66º 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 #32897A is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB50137122-
CMYK0.6400.110.46
HSL169.66º46.52%36.67%-
HSV(B)169.66º63.5%53.73%-
XYZ13.7719.9721.54-
YUV109.28135.1885.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.18%
GREEN value IS 137 (53.91% from 255) = 44.34%
BLUE value IS 122 (48.05% from 255) = 39.48%
R=16.18%
G=44.34%
B=39.48%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal501371220.6400.110.46169.6646.5236.67
Hex32897A400B2Eaa2f25
Octal62211172100013562525745
Binary11001010001001111101010000000101110111010101010101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32897a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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