#20817B

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

Shades of Elm #20817B

Tints of Elm #20817B

Color information

#20817B (or 0x20817B) is unknown color: approx Elm. HEX triplet: 20, 81 and 7B. RGB value is (32,129,123). Sum of RGB (Red+Green+Blue) = 32+129+123=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 129 (50.78% from 255 or 45.42% from 284); Blue value is 123 (48.44% from 255 or 43.31% from 284); Max value from RGB is 129 - color contains mainly: green. Hex color #20817B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20817B is #DF7E84. Grayscale: #636363. Windows color (decimal): -14646917 or 8093984. OLE color: 8093984.

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

Color convert

RGB32129123-
CMYK0.7500.050.49
HSL176.29º60.25%31.57%-
HSV(B)176.29º75.19%50.59%-
XYZ12.0217.4421.47-
YUV99.31141.3679.99-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.27%
GREEN value IS 129 (50.78% from 255) = 45.42%
BLUE value IS 123 (48.44% from 255) = 43.31%
R=11.27%
G=45.42%
B=43.31%

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
Decimal321291230.7500.050.49176.2960.2531.57
Hex20817B4B0531b03c20
Octal4020117311305612607440
Binary1000001000000111110111001011010111000110110000111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20817B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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