#207373

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

Shades of Elm #207373

Tints of Elm #207373

Color information

#207373 (or 0x207373) is unknown color: approx Elm. HEX triplet: 20, 73 and 73. RGB value is (32,115,115). Sum of RGB (Red+Green+Blue) = 32+115+115=262 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.21% from 262); Green value is 115 (45.31% from 255 or 43.89% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 115 - color contains mainly: green, blue. Hex color #207373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207373 is #DF8C8C. Grayscale: #5A5A5A. Windows color (decimal): -14650509 or 7566112. OLE color: 7566112.

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

Color convert

RGB32115115-
CMYK0.72000.55
HSL180º56.46%28.82%-
HSV(B)180º72.17%45.1%-
XYZ9.8213.8118.37-
YUV90.1814286.5-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.21%
GREEN value IS 115 (45.31% from 255) = 43.89%
BLUE value IS 115 (45.31% from 255) = 43.89%
R=12.21%
G=43.89%
B=43.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal321151150.72000.5518056.4628.82
Hex207373480037b4381d
Octal4016316311000672647035
Binary100000111001111100111001000001101111011010011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207373; }

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

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

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

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

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

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

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

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