Html Css Color HEX #20726B Elm

📋 copy color: '#20726B'

red 32 ◦ green 114 ◦ blue 107

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

Shades of Elm #20726B

Tints of Elm #20726B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 42.29%

R = 12.65%
G = 45.06%
B = 42.29%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#20726B (or 0x20726B) is known color: Elm. HEX triplet: 20, 72 and 6B. RGB value is (32,114,107). Sum of RGB (Red+Green+Blue) = 32+114+107=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 107 (42.19% from 255 or 42.29% from 253); Max value from RGB is 114 - color contains mainly: green. Hex color #20726B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20726B is #DF8D94. Grayscale: #585858. Windows color (decimal): -14650773 or 7041568. OLE color: 7041568.

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

Color convert

RGB 32 114 107 -
CMYK 0.72 0 0.06 0.55
HSL 174.88º 0.56% 0.29% -
HSV(B) 174.88º 0.72% 0.45% -
XYZ 9.27 13.4 16.01 -
YUV 88.68 138.33 87.57 -
System Red Green Blue C M Y K H S L
Decimal 32 114 107 0.72 0 0.06 0.55 174.88 0.56 0.29
Hex 20 72 6B 48 0 6 37 AF 38 1D
Octal 40 162 153 110 0 6 67 257 70 35
Binary 100000 1110010 1101011 1001000 0 110 110111 10101111 111000 11101

Color Harmonies of #20726B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20726B

Black with #20726B

Text Example


Text Example

White with #20726B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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