Html Css Color HEX #20726A Elm

📋 copy color: '#20726A'

red 32 ◦ green 114 ◦ blue 106

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

Shades of Elm #20726A

Tints of Elm #20726A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 42.06%

R = 12.7%
G = 45.24%
B = 42.06%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#20726A (or 0x20726A) is known color: Elm. HEX triplet: 20, 72 and 6A. RGB value is (32,114,106). Sum of RGB (Red+Green+Blue) = 32+114+106=252 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.70% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 106 (41.80% from 255 or 42.06% from 252); Max value from RGB is 114 - color contains mainly: green. Hex color #20726A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20726A is #DF8D95. Grayscale: #585858. Windows color (decimal): -14650774 or 6976032. OLE color: 6976032.

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

Color convert

RGB 32 114 106 -
CMYK 0.72 0 0.07 0.55
HSL 174.15º 0.56% 0.29% -
HSV(B) 174.15º 0.72% 0.45% -
XYZ 9.21 13.38 15.73 -
YUV 88.57 137.83 87.65 -
System Red Green Blue C M Y K H S L
Decimal 32 114 106 0.72 0 0.07 0.55 174.15 0.56 0.29
Hex 20 72 6A 48 0 7 37 AE 38 1D
Octal 40 162 152 110 0 7 67 256 70 35
Binary 100000 1110010 1101010 1001000 0 111 110111 10101110 111000 11101

Color Harmonies of #20726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20726A

Black with #20726A

Text Example


Text Example

White with #20726A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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