#207473

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

Shades of Elm #207473

Tints of Elm #207473

Color information

#207473 (or 0x207473) is unknown color: approx Elm. HEX triplet: 20, 74 and 73. RGB value is (32,116,115). Sum of RGB (Red+Green+Blue) = 32+116+115=263 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.17% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 116 - color contains mainly: green. Hex color #207473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207473 is #DF8B8C. Grayscale: #5A5A5A. Windows color (decimal): -14650253 or 7566368. OLE color: 7566368.

HSL color Cylindrical-coordinate representation of color #207473: hue angle of 179.29º degrees, saturation: 0.57, 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 #207473 is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB32116115-
CMYK0.7200.010.55
HSL179.29º56.76%29.02%-
HSV(B)179.29º72.41%45.49%-
XYZ9.9414.0418.41-
YUV90.77141.6786.08-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.17%
GREEN value IS 116 (45.70% from 255) = 44.11%
BLUE value IS 115 (45.31% from 255) = 43.73%
R=12.17%
G=44.11%
B=43.73%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal321161150.7200.010.55179.2956.7629.02
Hex207473480137b3391d
Octal4016416311001672637135
Binary100000111010011100111001000011101111011001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207473; }

 p { color: rgb(32,116,115); }

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

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

 a { background-color: rgb(32,116,115); }

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

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

 span { border-color: rgb(32,116,115); }

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