Html Css Color HEX #207473 Elm

📋 copy color: '#207473'

red 32 ◦ green 116 ◦ blue 115

#207473
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elm #207473

Tints of Elm #207473

RGB

 RED value IS 32 (12.89% from 255) = 12.17%

 GREEN value IS 116 (45.7% from 255) = 44.11%

 BLUE value IS 115 (45.31% from 255) = 43.73%

R = 12.17%
G = 44.11%
B = 43.73%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#207473 (or 0x207473) is known color: Elm. HEX triplet: 20, 74 and 73. RGB value is (32,116,115). Sum of RGB (Red+Green+Blue) = 32+116+115=263 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.17% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 116 - color contains mainly: green. Hex color #207473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207473 is #DF8B8C. Grayscale: #5A5A5A. Windows color (decimal): -14650253 or 7566368. OLE color: 7566368.

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

Color convert

RGB 32 116 115 -
CMYK 0.72 0 0.01 0.55
HSL 179.29º 0.57% 0.29% -
HSV(B) 179.29º 0.72% 0.45% -
XYZ 9.94 14.04 18.41 -
YUV 90.77 141.67 86.08 -
System Red Green Blue C M Y K H S L
Decimal 32 116 115 0.72 0 0.01 0.55 179.29 0.57 0.29
Hex 20 74 73 48 0 1 37 B3 39 1D
Octal 40 164 163 110 0 1 67 263 71 35
Binary 100000 1110100 1110011 1001000 0 1 110111 10110011 111001 11101

Color Harmonies of #207473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207473

Black with #207473

Text Example


Text Example

White with #207473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207473; }

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

 H1.HeaderClassName
 {
   color: #207473;
 }
 .AnyTagClassName
 {
   color: #207473;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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