#207172

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

Shades of Elm #207172

Tints of Elm #207172

Color information

#207172 (or 0x207172) is unknown color: approx Elm. HEX triplet: 20, 71 and 72. RGB value is (32,113,114). Sum of RGB (Red+Green+Blue) = 32+113+114=259 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.36% from 259); Green value is 113 (44.53% from 255 or 43.63% from 259); Blue value is 114 (44.92% from 255 or 44.02% from 259); Max value from RGB is 114 - color contains mainly: blue. Hex color #207172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207172 is #DF8E8D. Grayscale: #585858. Windows color (decimal): -14651022 or 7500064. OLE color: 7500064.

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

Color convert

RGB32113114-
CMYK0.720.0100.55
HSL180.73º56.16%28.63%-
HSV(B)180.73º71.93%44.71%-
XYZ9.5413.3317.99-
YUV88.9142.1687.42-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.36%
GREEN value IS 113 (44.53% from 255) = 43.63%
BLUE value IS 114 (44.92% from 255) = 44.02%
R=12.36%
G=43.63%
B=44.02%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal321131140.720.0100.55180.7356.1628.63
Hex207172481037b5381d
Octal4016116211010672657035
Binary100000111000111100101001000101101111011010111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207172; }

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

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

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

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

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

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

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

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