#20847E

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

Shades of Elm #20847E

Tints of Elm #20847E

Color information

#20847E (or 0x20847E) is unknown color: approx Elm. HEX triplet: 20, 84 and 7E. RGB value is (32,132,126). Sum of RGB (Red+Green+Blue) = 32+132+126=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 132 (51.95% from 255 or 45.52% from 290); Blue value is 126 (49.61% from 255 or 43.45% from 290); Max value from RGB is 132 - color contains mainly: green. Hex color #20847E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20847E is #DF7B81. Grayscale: #656565. Windows color (decimal): -14646146 or 8291360. OLE color: 8291360.

HSL color Cylindrical-coordinate representation of color #20847E: hue angle of 176.4º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #20847E is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB32132126-
CMYK0.7600.050.48
HSL176.4º60.98%32.16%-
HSV(B)176.4º75.76%51.76%-
XYZ12.6118.3222.61-
YUV101.42141.8778.49-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.03%
GREEN value IS 132 (51.95% from 255) = 45.52%
BLUE value IS 126 (49.61% from 255) = 43.45%
R=11.03%
G=45.52%
B=43.45%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal321321260.7600.050.48176.460.9832.16
Hex20847E4C0530b03d20
Octal4020417611405602607540
Binary1000001000010011111101001100010111000010110000111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20847E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,132,126); }

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

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

 a { background-color: rgb(32,132,126); }

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

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

 span { border-color: rgb(32,132,126); }

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