#32867D

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

Shades of Elm #32867D

Tints of Elm #32867D

Color information

#32867D (or 0x32867D) is unknown color: approx Elm. HEX triplet: 32, 86 and 7D. RGB value is (50,134,125). Sum of RGB (Red+Green+Blue) = 50+134+125=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 134 (52.73% from 255 or 43.37% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 134 - color contains mainly: green. Hex color #32867D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32867D is #CD7982. Grayscale: #6B6B6B. Windows color (decimal): -13465987 or 8226354. OLE color: 8226354.

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

Color convert

RGB50134125-
CMYK0.6300.070.47
HSL173.57º45.65%36.08%-
HSV(B)173.57º62.69%52.55%-
XYZ13.5419.2122.4-
YUV107.86137.6786.73-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.18%
GREEN value IS 134 (52.73% from 255) = 43.37%
BLUE value IS 125 (49.22% from 255) = 40.45%
R=16.18%
G=43.37%
B=40.45%

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
Decimal501341250.6300.070.47173.5745.6536.08
Hex32867D3F072Fae2e24
Octal622061757707572565644
Binary110010100001101111101111111011110111110101110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32867D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32867D; }

 p { color: rgb(50,134,125); }

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

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

 a { background-color: rgb(50,134,125); }

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

<style>
 span { border-color: #32867D; }

 span { border-color: rgb(50,134,125); }

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