#20716A

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

Shades of Elm #20716A

Tints of Elm #20716A

Color information

#20716A (or 0x20716A) is unknown color: approx Elm. HEX triplet: 20, 71 and 6A. RGB value is (32,113,106). Sum of RGB (Red+Green+Blue) = 32+113+106=251 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.75% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 113 - color contains mainly: green. Hex color #20716A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20716A is #DF8E95. Grayscale: #575757. Windows color (decimal): -14651030 or 6975776. OLE color: 6975776.

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

Color convert

RGB32113106-
CMYK0.7200.060.56
HSL174.81º55.86%28.43%-
HSV(B)174.81º71.68%44.31%-
XYZ9.113.1615.7-
YUV87.98138.1688.07-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.75%
GREEN value IS 113 (44.53% from 255) = 45.02%
BLUE value IS 106 (41.80% from 255) = 42.23%
R=12.75%
G=45.02%
B=42.23%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal321131060.7200.060.56174.8155.8628.43
Hex20716A480638af381c
Octal4016115211006702577034
Binary10000011100011101010100100001101110001010111111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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