#208373

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

Shades of Elm #208373

Tints of Elm #208373

Color information

#208373 (or 0x208373) is unknown color: approx Elm. HEX triplet: 20, 83 and 73. RGB value is (32,131,115). Sum of RGB (Red+Green+Blue) = 32+131+115=278 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.51% from 278); Green value is 131 (51.56% from 255 or 47.12% from 278); Blue value is 115 (45.31% from 255 or 41.37% from 278); Max value from RGB is 131 - color contains mainly: green. Hex color #208373 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208373 is #DF7C8C. Grayscale: #636363. Windows color (decimal): -14646413 or 7570208. OLE color: 7570208.

HSL color Cylindrical-coordinate representation of color #208373: hue angle of 170.3º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #208373 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB32131115-
CMYK0.7600.120.49
HSL170.3º60.74%31.96%-
HSV(B)170.3º75.57%51.37%-
XYZ11.8117.7819.03-
YUV99.57136.779.8-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.51%
GREEN value IS 131 (51.56% from 255) = 47.12%
BLUE value IS 115 (45.31% from 255) = 41.37%
R=11.51%
G=47.12%
B=41.37%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal321311150.7600.120.49170.360.7431.96
Hex2083734C0C31aa3d20
Octal40203163114014612527540
Binary10000010000011111001110011000110011000110101010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208373; }

 p { color: rgb(32,131,115); }

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

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

 a { background-color: rgb(32,131,115); }

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

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

 span { border-color: rgb(32,131,115); }

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