#32897B

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

Shades of Elm #32897B

Tints of Elm #32897B

Color information

#32897B (or 0x32897B) is unknown color: approx Elm. HEX triplet: 32, 89 and 7B. RGB value is (50,137,123). Sum of RGB (Red+Green+Blue) = 50+137+123=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 137 (53.91% from 255 or 44.19% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 137 - color contains mainly: green. Hex color #32897B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32897B is #CD7684. Grayscale: #6D6D6D. Windows color (decimal): -13465221 or 8096050. OLE color: 8096050.

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

Color convert

RGB50137123-
CMYK0.6400.100.46
HSL170.34º46.52%36.67%-
HSV(B)170.34º63.5%53.73%-
XYZ13.842021.87-
YUV109.39135.6885.64-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.13%
GREEN value IS 137 (53.91% from 255) = 44.19%
BLUE value IS 123 (48.44% from 255) = 39.68%
R=16.13%
G=44.19%
B=39.68%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal501371230.6400.100.46170.3446.5236.67
Hex32897B400A2Eaa2f25
Octal62211173100012562525745
Binary11001010001001111101110000000101010111010101010101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32897B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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