#207475

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

Shades of Elm #207475

Tints of Elm #207475

Color information

#207475 (or 0x207475) is unknown color: approx Elm. HEX triplet: 20, 74 and 75. RGB value is (32,116,117). Sum of RGB (Red+Green+Blue) = 32+116+117=265 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.08% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 117 - color contains mainly: blue. Hex color #207475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207475 is #DF8B8A. Grayscale: #5A5A5A. Windows color (decimal): -14650251 or 7697440. OLE color: 7697440.

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

Color convert

RGB32116117-
CMYK0.730.0100.54
HSL180.71º57.05%29.22%-
HSV(B)180.71º72.65%45.88%-
XYZ10.0514.0819.02-
YUV91142.6785.92-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.08%
GREEN value IS 116 (45.70% from 255) = 43.77%
BLUE value IS 117 (46.09% from 255) = 44.15%
R=12.08%
G=43.77%
B=44.15%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal321161170.730.0100.54180.7157.0529.22
Hex207475491036b5391d
Octal4016416511110662657135
Binary100000111010011101011001001101101101011010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207475; }

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

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

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

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

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

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

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

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