#20726E

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

Shades of Elm #20726E

Tints of Elm #20726E

Color information

#20726E (or 0x20726E) is unknown color: approx Elm. HEX triplet: 20, 72 and 6E. RGB value is (32,114,110). Sum of RGB (Red+Green+Blue) = 32+114+110=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 114 (44.92% from 255 or 44.53% from 256); Blue value is 110 (43.36% from 255 or 42.97% from 256); Max value from RGB is 114 - color contains mainly: green. Hex color #20726E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20726E is #DF8D91. Grayscale: #585858. Windows color (decimal): -14650770 or 7238176. OLE color: 7238176.

HSL color Cylindrical-coordinate representation of color #20726E: hue angle of 177.07º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #20726E is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB32114110-
CMYK0.7200.040.55
HSL177.07º56.16%28.63%-
HSV(B)177.07º71.93%44.71%-
XYZ9.4313.4716.85-
YUV89.03139.8387.33-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.5%
GREEN value IS 114 (44.92% from 255) = 44.53%
BLUE value IS 110 (43.36% from 255) = 42.97%
R=12.5%
G=44.53%
B=42.97%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal321141100.7200.040.55177.0756.1628.63
Hex20726E480437b1381d
Octal4016215611004672617035
Binary10000011100101101110100100001001101111011000111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,114,110); }

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

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

 a { background-color: rgb(32,114,110); }

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

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

 span { border-color: rgb(32,114,110); }

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