Html Css Color HEX #20837C Elm

📋 copy color: '#20837C'

red 32 ◦ green 131 ◦ blue 124

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

Shades of Elm #20837C

Tints of Elm #20837C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.64%

 BLUE value IS 124 (48.83% from 255) = 43.21%

R = 11.15%
G = 45.64%
B = 43.21%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#20837C (or 0x20837C) is known color: Elm. HEX triplet: 20, 83 and 7C. RGB value is (32,131,124). Sum of RGB (Red+Green+Blue) = 32+131+124=287 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.15% from 287); Green value is 131 (51.56% from 255 or 45.64% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 131 - color contains mainly: green. Hex color #20837C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20837C is #DF7C83. Grayscale: #646464. Windows color (decimal): -14646404 or 8160032. OLE color: 8160032.

HSL color Cylindrical-coordinate representation of color #20837C: hue angle of 175.76º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #20837C is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 32 131 124 -
CMYK 0.76 0 0.05 0.49
HSL 175.76º 0.61% 0.32% -
HSV(B) 175.76º 0.76% 0.51% -
XYZ 12.35 17.99 21.89 -
YUV 100.6 141.2 79.07 -
System Red Green Blue C M Y K H S L
Decimal 32 131 124 0.76 0 0.05 0.49 175.76 0.61 0.32
Hex 20 83 7C 4C 0 5 31 B0 3D 20
Octal 40 203 174 114 0 5 61 260 75 40
Binary 100000 10000011 1111100 1001100 0 101 110001 10110000 111101 100000

Color Harmonies of #20837C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20837C

Black with #20837C

Text Example


Text Example

White with #20837C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20837C; }

 p { color: rgb(32,131,124); }

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

background-color css

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

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

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

border-color css

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

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

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