#20716C

Color #20716C Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #20716C

Tints of Elm #20716C

Color information

#20716C (or 0x20716C) is unknown color: approx Elm. HEX triplet: 20, 71 and 6C. RGB value is (32,113,108). Sum of RGB (Red+Green+Blue) = 32+113+108=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 113 (44.53% from 255 or 44.66% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 113 - color contains mainly: green. Hex color #20716C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20716C is #DF8E93. Grayscale: #585858. Windows color (decimal): -14651028 or 7106848. OLE color: 7106848.

HSL color Cylindrical-coordinate representation of color #20716C: hue angle of 176.3º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #20716C is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB32113108-
CMYK0.7200.040.56
HSL176.3º55.86%28.43%-
HSV(B)176.3º71.68%44.31%-
XYZ9.2113.216.25-
YUV88.21139.1687.91-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.65%
GREEN value IS 113 (44.53% from 255) = 44.66%
BLUE value IS 108 (42.58% from 255) = 42.69%
R=12.65%
G=44.66%
B=42.69%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal321131080.7200.040.56176.355.8628.43
Hex20716C480438b0381c
Octal4016115411004702607034
Binary10000011100011101100100100001001110001011000011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #20716C;
 }
 .AnyTagClassName
 {
   color: #20716C;
 }
</style>
background-color css

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

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

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

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

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

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