#20817A

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

Shades of Elm #20817A

Tints of Elm #20817A

Color information

#20817A (or 0x20817A) is unknown color: approx Elm. HEX triplet: 20, 81 and 7A. RGB value is (32,129,122). Sum of RGB (Red+Green+Blue) = 32+129+122=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 129 (50.78% from 255 or 45.58% from 283); Blue value is 122 (48.05% from 255 or 43.11% from 283); Max value from RGB is 129 - color contains mainly: green. Hex color #20817A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20817A is #DF7E85. Grayscale: #636363. Windows color (decimal): -14646918 or 8028448. OLE color: 8028448.

HSL color Cylindrical-coordinate representation of color #20817A: hue angle of 175.67º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20817A is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB32129122-
CMYK0.7500.050.49
HSL175.67º60.25%31.57%-
HSV(B)175.67º75.19%50.59%-
XYZ11.9617.4121.14-
YUV99.2140.8680.07-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.31%
GREEN value IS 129 (50.78% from 255) = 45.58%
BLUE value IS 122 (48.05% from 255) = 43.11%
R=11.31%
G=45.58%
B=43.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal321291220.7500.050.49175.6760.2531.57
Hex20817A4B0531b03c20
Octal4020117211305612607440
Binary1000001000000111110101001011010111000110110000111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20817A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,129,122); }

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

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

 a { background-color: rgb(32,129,122); }

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

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

 span { border-color: rgb(32,129,122); }

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