#20796D

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

Shades of Elm #20796D

Tints of Elm #20796D

Color information

#20796D (or 0x20796D) is unknown color: approx Elm. HEX triplet: 20, 79 and 6D. RGB value is (32,121,109). Sum of RGB (Red+Green+Blue) = 32+121+109=262 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.21% from 262); Green value is 121 (47.66% from 255 or 46.18% from 262); Blue value is 109 (42.97% from 255 or 41.60% from 262); Max value from RGB is 121 - color contains mainly: green. Hex color #20796D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20796D is #DF8692. Grayscale: #5C5C5C. Windows color (decimal): -14648979 or 7174432. OLE color: 7174432.

HSL color Cylindrical-coordinate representation of color #20796D: hue angle of 171.91º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20796D is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB32121109-
CMYK0.7400.100.53
HSL171.91º58.17%30%-
HSV(B)171.91º73.55%47.45%-
XYZ10.1915.0916.84-
YUV93.02137.0184.48-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.21%
GREEN value IS 121 (47.66% from 255) = 46.18%
BLUE value IS 109 (42.97% from 255) = 41.60%
R=12.21%
G=46.18%
B=41.60%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal321211090.7400.100.53171.9158.1730
Hex20796D4A0A35ac3a1e
Octal40171155112012652547236
Binary100000111100111011011001010010101101011010110011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20796D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20796D; }

 p { color: rgb(32,121,109); }

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

<style>
 a { background-color: #20796D; }

 a { background-color: rgb(32,121,109); }

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

<style>
 span { border-color: #20796D; }

 span { border-color: rgb(32,121,109); }

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