Html Css Color HEX #207471 Elm

📋 copy color: '#207471'

red 32 ◦ green 116 ◦ blue 113

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

Shades of Elm #207471

Tints of Elm #207471

RGB

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

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

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

R = 12.26%
G = 44.44%
B = 43.3%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#207471 (or 0x207471) is known color: Elm. HEX triplet: 20, 74 and 71. RGB value is (32,116,113). Sum of RGB (Red+Green+Blue) = 32+116+113=261 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.26% from 261); Green value is 116 (45.70% from 255 or 44.44% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 116 - color contains mainly: green. Hex color #207471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207471 is #DF8B8E. Grayscale: #5A5A5A. Windows color (decimal): -14650255 or 7435296. OLE color: 7435296.

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

Color convert

RGB 32 116 113 -
CMYK 0.72 0 0.03 0.55
HSL 177.86º 0.57% 0.29% -
HSV(B) 177.86º 0.72% 0.45% -
XYZ 9.82 13.99 17.81 -
YUV 90.54 140.67 86.24 -
System Red Green Blue C M Y K H S L
Decimal 32 116 113 0.72 0 0.03 0.55 177.86 0.57 0.29
Hex 20 74 71 48 0 3 37 B2 39 1D
Octal 40 164 161 110 0 3 67 262 71 35
Binary 100000 1110100 1110001 1001000 0 11 110111 10110010 111001 11101

Color Harmonies of #207471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207471

Black with #207471

Text Example


Text Example

White with #207471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207471; }

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

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

background-color css

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

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

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

border-color css

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

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

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