#207572

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

Shades of Elm #207572

Tints of Elm #207572

Color information

#207572 (or 0x207572) is unknown color: approx Elm. HEX triplet: 20, 75 and 72. RGB value is (32,117,114). Sum of RGB (Red+Green+Blue) = 32+117+114=263 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.17% from 263); Green value is 117 (46.09% from 255 or 44.49% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 117 - color contains mainly: green. Hex color #207572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207572 is #DF8A8D. Grayscale: #5B5B5B. Windows color (decimal): -14649998 or 7501088. OLE color: 7501088.

HSL color Cylindrical-coordinate representation of color #207572: hue angle of 177.88º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #207572 is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB32117114-
CMYK0.7300.030.54
HSL177.88º57.05%29.22%-
HSV(B)177.88º72.65%45.88%-
XYZ9.9914.2418.14-
YUV91.24140.8485.74-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.17%
GREEN value IS 117 (46.09% from 255) = 44.49%
BLUE value IS 114 (44.92% from 255) = 43.35%
R=12.17%
G=44.49%
B=43.35%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal321171140.7300.030.54177.8857.0529.22
Hex207572490336b2391d
Octal4016516211103662627135
Binary1000001110101111001010010010111101101011001011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207572; }

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

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

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

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

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

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

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

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