Html Css Color HEX #20726C Elm

📋 copy color: '#20726C'

red 32 ◦ green 114 ◦ blue 108

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

Shades of Elm #20726C

Tints of Elm #20726C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 42.52%

R = 12.6%
G = 44.88%
B = 42.52%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#20726C (or 0x20726C) is known color: Elm. HEX triplet: 20, 72 and 6C. RGB value is (32,114,108). Sum of RGB (Red+Green+Blue) = 32+114+108=254 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.60% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 114 - color contains mainly: green. Hex color #20726C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20726C is #DF8D93. Grayscale: #585858. Windows color (decimal): -14650772 or 7107104. OLE color: 7107104.

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

Color convert

RGB 32 114 108 -
CMYK 0.72 0 0.05 0.55
HSL 175.61º 0.56% 0.29% -
HSV(B) 175.61º 0.72% 0.45% -
XYZ 9.32 13.42 16.29 -
YUV 88.8 138.83 87.49 -
System Red Green Blue C M Y K H S L
Decimal 32 114 108 0.72 0 0.05 0.55 175.61 0.56 0.29
Hex 20 72 6C 48 0 5 37 B0 38 1D
Octal 40 162 154 110 0 5 67 260 70 35
Binary 100000 1110010 1101100 1001000 0 101 110111 10110000 111000 11101

Color Harmonies of #20726C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20726C

Black with #20726C

Text Example


Text Example

White with #20726C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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