Html Css Color HEX #207371 Elm

📋 copy color: '#207371'

red 32 ◦ green 115 ◦ blue 113

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

Shades of Elm #207371

Tints of Elm #207371

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.23%

 BLUE value IS 113 (44.53% from 255) = 43.46%

R = 12.31%
G = 44.23%
B = 43.46%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#207371 (or 0x207371) is known color: Elm. HEX triplet: 20, 73 and 71. RGB value is (32,115,113). Sum of RGB (Red+Green+Blue) = 32+115+113=260 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.31% from 260); Green value is 115 (45.31% from 255 or 44.23% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 115 - color contains mainly: green. Hex color #207371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207371 is #DF8C8E. Grayscale: #595959. Windows color (decimal): -14650511 or 7435040. OLE color: 7435040.

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

Color convert

RGB 32 115 113 -
CMYK 0.72 0 0.02 0.55
HSL 178.55º 0.56% 0.29% -
HSV(B) 178.55º 0.72% 0.45% -
XYZ 9.71 13.76 17.77 -
YUV 89.96 141 86.66 -
System Red Green Blue C M Y K H S L
Decimal 32 115 113 0.72 0 0.02 0.55 178.55 0.56 0.29
Hex 20 73 71 48 0 2 37 B3 38 1D
Octal 40 163 161 110 0 2 67 263 70 35
Binary 100000 1110011 1110001 1001000 0 10 110111 10110011 111000 11101

Color Harmonies of #207371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207371

Black with #207371

Text Example


Text Example

White with #207371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207371; }

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

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

background-color css

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

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

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

border-color css

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

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

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