#20726F

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

Shades of Elm #20726F

Tints of Elm #20726F

Color information

#20726F (or 0x20726F) is unknown color: approx Elm. HEX triplet: 20, 72 and 6F. RGB value is (32,114,111). Sum of RGB (Red+Green+Blue) = 32+114+111=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 114 (44.92% from 255 or 44.36% from 257); Blue value is 111 (43.75% from 255 or 43.19% from 257); Max value from RGB is 114 - color contains mainly: green. Hex color #20726F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20726F is #DF8D90. Grayscale: #595959. Windows color (decimal): -14650769 or 7303712. OLE color: 7303712.

HSL color Cylindrical-coordinate representation of color #20726F: hue angle of 177.8º 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 #20726F is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB32114111-
CMYK0.7200.030.55
HSL177.8º56.16%28.63%-
HSV(B)177.8º71.93%44.71%-
XYZ9.4813.4917.14-
YUV89.14140.3387.24-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.45%
GREEN value IS 114 (44.92% from 255) = 44.36%
BLUE value IS 111 (43.75% from 255) = 43.19%
R=12.45%
G=44.36%
B=43.19%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal321141110.7200.030.55177.856.1628.63
Hex20726F480337b2381d
Octal4016215711003672627035
Binary1000001110010110111110010000111101111011001011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20726F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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