Html Css Color HEX #20817D Elm

📋 copy color: '#20817D'

red 32 ◦ green 129 ◦ blue 125

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

Shades of Elm #20817D

Tints of Elm #20817D

RGB

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

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

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

R = 11.19%
G = 45.1%
B = 43.71%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#20817D (or 0x20817D) is known color: Elm. HEX triplet: 20, 81 and 7D. RGB value is (32,129,125). Sum of RGB (Red+Green+Blue) = 32+129+125=286 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.19% from 286); Green value is 129 (50.78% from 255 or 45.10% from 286); Blue value is 125 (49.22% from 255 or 43.71% from 286); Max value from RGB is 129 - color contains mainly: green. Hex color #20817D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20817D is #DF7E82. Grayscale: #636363. Windows color (decimal): -14646915 or 8225056. OLE color: 8225056.

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

Color convert

RGB 32 129 125 -
CMYK 0.75 0 0.03 0.49
HSL 177.53º 0.6% 0.32% -
HSV(B) 177.53º 0.75% 0.51% -
XYZ 12.15 17.49 22.14 -
YUV 99.54 142.36 79.83 -
System Red Green Blue C M Y K H S L
Decimal 32 129 125 0.75 0 0.03 0.49 177.53 0.6 0.32
Hex 20 81 7D 4B 0 3 31 B2 3C 20
Octal 40 201 175 113 0 3 61 262 74 40
Binary 100000 10000001 1111101 1001011 0 11 110001 10110010 111100 100000

Color Harmonies of #20817D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20817D

Black with #20817D

Text Example


Text Example

White with #20817D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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