Html Css Color HEX #20817C Elm

📋 copy color: '#20817C'

red 32 ◦ green 129 ◦ blue 124

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

Shades of Elm #20817C

Tints of Elm #20817C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 45.26%

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

R = 11.23%
G = 45.26%
B = 43.51%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#20817C (or 0x20817C) is known color: Elm. HEX triplet: 20, 81 and 7C. RGB value is (32,129,124). Sum of RGB (Red+Green+Blue) = 32+129+124=285 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.23% from 285); Green value is 129 (50.78% from 255 or 45.26% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 129 - color contains mainly: green. Hex color #20817C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20817C is #DF7E83. Grayscale: #636363. Windows color (decimal): -14646916 or 8159520. OLE color: 8159520.

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

Color convert

RGB 32 129 124 -
CMYK 0.75 0 0.04 0.49
HSL 176.91º 0.6% 0.32% -
HSV(B) 176.91º 0.75% 0.51% -
XYZ 12.08 17.46 21.8 -
YUV 99.43 141.86 79.91 -
System Red Green Blue C M Y K H S L
Decimal 32 129 124 0.75 0 0.04 0.49 176.91 0.6 0.32
Hex 20 81 7C 4B 0 4 31 B1 3C 20
Octal 40 201 174 113 0 4 61 261 74 40
Binary 100000 10000001 1111100 1001011 0 100 110001 10110001 111100 100000

Color Harmonies of #20817C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20817C

Black with #20817C

Text Example


Text Example

White with #20817C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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