Html Css Color HEX #20837D Elm

📋 copy color: '#20837D'

red 32 ◦ green 131 ◦ blue 125

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

Shades of Elm #20837D

Tints of Elm #20837D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 43.4%

R = 11.11%
G = 45.49%
B = 43.4%

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

#20837D (or 0x20837D) is known color: Elm. HEX triplet: 20, 83 and 7D. RGB value is (32,131,125). Sum of RGB (Red+Green+Blue) = 32+131+125=288 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.11% from 288); Green value is 131 (51.56% from 255 or 45.49% from 288); Blue value is 125 (49.22% from 255 or 43.40% from 288); Max value from RGB is 131 - color contains mainly: green. Hex color #20837D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20837D is #DF7C82. Grayscale: #646464. Windows color (decimal): -14646403 or 8225568. OLE color: 8225568.

HSL color Cylindrical-coordinate representation of color #20837D: hue angle of 176.36º 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 #20837D is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 32 131 125 -
CMYK 0.76 0 0.05 0.49
HSL 176.36º 0.61% 0.32% -
HSV(B) 176.36º 0.76% 0.51% -
XYZ 12.41 18.02 22.23 -
YUV 100.72 141.7 78.99 -
System Red Green Blue C M Y K H S L
Decimal 32 131 125 0.76 0 0.05 0.49 176.36 0.61 0.32
Hex 20 83 7D 4C 0 5 31 B0 3D 20
Octal 40 203 175 114 0 5 61 260 75 40
Binary 100000 10000011 1111101 1001100 0 101 110001 10110000 111101 100000

Color Harmonies of #20837D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20837D

Black with #20837D

Text Example


Text Example

White with #20837D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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