#20756D

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

Shades of Elm #20756D

Tints of Elm #20756D

Color information

#20756D (or 0x20756D) is unknown color: approx Elm. HEX triplet: 20, 75 and 6D. RGB value is (32,117,109). Sum of RGB (Red+Green+Blue) = 32+117+109=258 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.40% from 258); Green value is 117 (46.09% from 255 or 45.35% from 258); Blue value is 109 (42.97% from 255 or 42.25% from 258); Max value from RGB is 117 - color contains mainly: green. Hex color #20756D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20756D is #DF8A92. Grayscale: #5A5A5A. Windows color (decimal): -14650003 or 7173408. OLE color: 7173408.

HSL color Cylindrical-coordinate representation of color #20756D: hue angle of 174.35º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #20756D is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB32117109-
CMYK0.7300.070.54
HSL174.35º57.05%29.22%-
HSV(B)174.35º72.65%45.88%-
XYZ9.7214.1316.68-
YUV90.67138.3486.15-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.40%
GREEN value IS 117 (46.09% from 255) = 45.35%
BLUE value IS 109 (42.97% from 255) = 42.25%
R=12.40%
G=45.35%
B=42.25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal321171090.7300.070.54174.3557.0529.22
Hex20756D490736ae391d
Octal4016515511107662567135
Binary10000011101011101101100100101111101101010111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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