#32887E

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

Shades of Elm #32887E

Tints of Elm #32887E

Color information

#32887E (or 0x32887E) is unknown color: approx Elm. HEX triplet: 32, 88 and 7E. RGB value is (50,136,126). Sum of RGB (Red+Green+Blue) = 50+136+126=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 136 (53.52% from 255 or 43.59% from 312); Blue value is 126 (49.61% from 255 or 40.38% from 312); Max value from RGB is 136 - color contains mainly: green. Hex color #32887E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32887E is #CD7781. Grayscale: #6D6D6D. Windows color (decimal): -13465474 or 8292402. OLE color: 8292402.

HSL color Cylindrical-coordinate representation of color #32887E: hue angle of 173.02º 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 #32887E is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB50136126-
CMYK0.6300.070.47
HSL173.02º46.24%36.47%-
HSV(B)173.02º63.24%53.33%-
XYZ13.8919.7922.83-
YUV109.15137.5185.81-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.03%
GREEN value IS 136 (53.52% from 255) = 43.59%
BLUE value IS 126 (49.61% from 255) = 40.38%
R=16.03%
G=43.59%
B=40.38%

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
Decimal501361260.6300.070.47173.0246.2436.47
Hex32887E3F072Fad2e24
Octal622101767707572555644
Binary110010100010001111110111111011110111110101101101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32887E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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