#207474

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

Shades of Elm #207474

Tints of Elm #207474

Color information

#207474 (or 0x207474) is unknown color: approx Elm. HEX triplet: 20, 74 and 74. RGB value is (32,116,116). Sum of RGB (Red+Green+Blue) = 32+116+116=264 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.12% from 264); Green value is 116 (45.70% from 255 or 43.94% from 264); Blue value is 116 (45.70% from 255 or 43.94% from 264); Max value from RGB is 116 - color contains mainly: green, blue. Hex color #207474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207474 is #DF8B8B. Grayscale: #5A5A5A. Windows color (decimal): -14650252 or 7631904. OLE color: 7631904.

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

Color convert

RGB32116116-
CMYK0.72000.55
HSL180º56.76%29.02%-
HSV(B)180º72.41%45.49%-
XYZ9.9914.0618.71-
YUV90.88142.1786-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.12%
GREEN value IS 116 (45.70% from 255) = 43.94%
BLUE value IS 116 (45.70% from 255) = 43.94%
R=12.12%
G=43.94%
B=43.94%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal321161160.72000.5518056.7629.02
Hex207474480037b4391d
Octal4016416411000672647135
Binary100000111010011101001001000001101111011010011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207474; }

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

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

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

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

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

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

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

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