#32887F

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

Shades of Elm #32887F

Tints of Elm #32887F

Color information

#32887F (or 0x32887F) is unknown color: approx Elm. HEX triplet: 32, 88 and 7F. RGB value is (50,136,127). Sum of RGB (Red+Green+Blue) = 50+136+127=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 136 - color contains mainly: green. Hex color #32887F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32887F is #CD7780. Grayscale: #6D6D6D. Windows color (decimal): -13465473 or 8357938. OLE color: 8357938.

HSL color Cylindrical-coordinate representation of color #32887F: hue angle of 173.72º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #32887F is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB50136127-
CMYK0.6300.070.47
HSL173.72º46.24%36.47%-
HSV(B)173.72º63.24%53.33%-
XYZ13.9519.8223.17-
YUV109.26138.0185.73-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.97%
GREEN value IS 136 (53.52% from 255) = 43.45%
BLUE value IS 127 (50% from 255) = 40.58%
R=15.97%
G=43.45%
B=40.58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal501361270.6300.070.47173.7246.2436.47
Hex32887F3F072Fae2e24
Octal622101777707572565644
Binary110010100010001111111111111011110111110101110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32887F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32887F; }

 p { color: rgb(50,136,127); }

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

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

 a { background-color: rgb(50,136,127); }

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

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

 span { border-color: rgb(50,136,127); }

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