#32897E

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

Shades of Elm #32897E

Tints of Elm #32897E

Color information

#32897E (or 0x32897E) is unknown color: approx Elm. HEX triplet: 32, 89 and 7E. RGB value is (50,137,126). Sum of RGB (Red+Green+Blue) = 50+137+126=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 126 (49.61% from 255 or 40.26% from 313); Max value from RGB is 137 - color contains mainly: green. Hex color #32897E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32897E is #CD7681. Grayscale: #6D6D6D. Windows color (decimal): -13465218 or 8292658. OLE color: 8292658.

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

Color convert

RGB50137126-
CMYK0.6400.080.46
HSL172.41º46.52%36.67%-
HSV(B)172.41º63.5%53.73%-
XYZ14.0320.0822.87-
YUV109.73137.1885.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.97%
GREEN value IS 137 (53.91% from 255) = 43.77%
BLUE value IS 126 (49.61% from 255) = 40.26%
R=15.97%
G=43.77%
B=40.26%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal501371260.6400.080.46172.4146.5236.67
Hex32897E40082Eac2f25
Octal62211176100010562545745
Binary11001010001001111111010000000100010111010101100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32897E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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