Html Css Color HEX #20726D Elm

📋 copy color: '#20726D'

red 32 ◦ green 114 ◦ blue 109

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

Shades of Elm #20726D

Tints of Elm #20726D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.71%

 BLUE value IS 109 (42.97% from 255) = 42.75%

R = 12.55%
G = 44.71%
B = 42.75%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#20726D (or 0x20726D) is known color: Elm. HEX triplet: 20, 72 and 6D. RGB value is (32,114,109). Sum of RGB (Red+Green+Blue) = 32+114+109=255 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.55% from 255); Green value is 114 (44.92% from 255 or 44.71% from 255); Blue value is 109 (42.97% from 255 or 42.75% from 255); Max value from RGB is 114 - color contains mainly: green. Hex color #20726D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20726D is #DF8D92. Grayscale: #585858. Windows color (decimal): -14650771 or 7172640. OLE color: 7172640.

HSL color Cylindrical-coordinate representation of color #20726D: hue angle of 176.34º degrees, saturation: 0.56, 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 #20726D is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 32 114 109 -
CMYK 0.72 0 0.04 0.55
HSL 176.34º 0.56% 0.29% -
HSV(B) 176.34º 0.72% 0.45% -
XYZ 9.37 13.45 16.57 -
YUV 88.91 139.33 87.41 -
System Red Green Blue C M Y K H S L
Decimal 32 114 109 0.72 0 0.04 0.55 176.34 0.56 0.29
Hex 20 72 6D 48 0 4 37 B0 38 1D
Octal 40 162 155 110 0 4 67 260 70 35
Binary 100000 1110010 1101101 1001000 0 100 110111 10110000 111000 11101

Color Harmonies of #20726D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20726D

Black with #20726D

Text Example


Text Example

White with #20726D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,114,109); }

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

background-color css

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

 a { background-color: rgb(32,114,109); }

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

border-color css

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

 span { border-color: rgb(32,114,109); }

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