#20726B

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

Shades of Elm #20726B

Tints of Elm #20726B

Color information

#20726B (or 0x20726B) is unknown color: approx Elm. HEX triplet: 20, 72 and 6B. RGB value is (32,114,107). Sum of RGB (Red+Green+Blue) = 32+114+107=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 107 (42.19% from 255 or 42.29% from 253); Max value from RGB is 114 - color contains mainly: green. Hex color #20726B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20726B is #DF8D94. Grayscale: #585858. Windows color (decimal): -14650773 or 7041568. OLE color: 7041568.

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

Color convert

RGB32114107-
CMYK0.7200.060.55
HSL174.88º56.16%28.63%-
HSV(B)174.88º71.93%44.71%-
XYZ9.2713.416.01-
YUV88.68138.3387.57-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.65%
GREEN value IS 114 (44.92% from 255) = 45.06%
BLUE value IS 107 (42.19% from 255) = 42.29%
R=12.65%
G=45.06%
B=42.29%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal321141070.7200.060.55174.8856.1628.63
Hex20726B480637af381d
Octal4016215311006672577035
Binary10000011100101101011100100001101101111010111111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20726B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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