Html Css Color HEX #207573 Elm

📋 copy color: '#207573'

red 32 ◦ green 117 ◦ blue 115

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

Shades of Elm #207573

Tints of Elm #207573

RGB

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

 GREEN value IS 117 (46.09% from 255) = 44.32%

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

R = 12.12%
G = 44.32%
B = 43.56%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#207573 (or 0x207573) is known color: Elm. HEX triplet: 20, 75 and 73. RGB value is (32,117,115). Sum of RGB (Red+Green+Blue) = 32+117+115=264 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.12% from 264); Green value is 117 (46.09% from 255 or 44.32% from 264); Blue value is 115 (45.31% from 255 or 43.56% from 264); Max value from RGB is 117 - color contains mainly: green. Hex color #207573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207573 is #DF8A8C. Grayscale: #5B5B5B. Windows color (decimal): -14649997 or 7566624. OLE color: 7566624.

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

Color convert

RGB 32 117 115 -
CMYK 0.73 0 0.02 0.54
HSL 178.59º 0.57% 0.29% -
HSV(B) 178.59º 0.73% 0.46% -
XYZ 10.05 14.27 18.44 -
YUV 91.36 141.34 85.66 -
System Red Green Blue C M Y K H S L
Decimal 32 117 115 0.73 0 0.02 0.54 178.59 0.57 0.29
Hex 20 75 73 49 0 2 36 B3 39 1D
Octal 40 165 163 111 0 2 66 263 71 35
Binary 100000 1110101 1110011 1001001 0 10 110110 10110011 111001 11101

Color Harmonies of #207573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207573

Black with #207573

Text Example


Text Example

White with #207573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207573; }

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

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

background-color css

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

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

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

border-color css

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

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

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