#20716B

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

Shades of Elm #20716B

Tints of Elm #20716B

Color information

#20716B (or 0x20716B) is unknown color: approx Elm. HEX triplet: 20, 71 and 6B. RGB value is (32,113,107). Sum of RGB (Red+Green+Blue) = 32+113+107=252 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.70% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 107 (42.19% from 255 or 42.46% from 252); Max value from RGB is 113 - color contains mainly: green. Hex color #20716B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20716B is #DF8E94. Grayscale: #585858. Windows color (decimal): -14651029 or 7041312. OLE color: 7041312.

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

Color convert

RGB32113107-
CMYK0.7200.050.56
HSL175.56º55.86%28.43%-
HSV(B)175.56º71.68%44.31%-
XYZ9.1513.1815.97-
YUV88.1138.6687.99-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.70%
GREEN value IS 113 (44.53% from 255) = 44.84%
BLUE value IS 107 (42.19% from 255) = 42.46%
R=12.70%
G=44.84%
B=42.46%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal321131070.7200.050.56175.5655.8628.43
Hex20716B480538b0381c
Octal4016115311005702607034
Binary10000011100011101011100100001011110001011000011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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