#208579

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

Shades of Elm #208579

Tints of Elm #208579

Color information

#208579 (or 0x208579) is unknown color: approx Elm. HEX triplet: 20, 85 and 79. RGB value is (32,133,121). Sum of RGB (Red+Green+Blue) = 32+133+121=286 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.19% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 121 (47.66% from 255 or 42.31% from 286); Max value from RGB is 133 - color contains mainly: green. Hex color #208579 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208579 is #DF7A86. Grayscale: #656565. Windows color (decimal): -14645895 or 7963936. OLE color: 7963936.

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

Color convert

RGB32133121-
CMYK0.7600.090.48
HSL172.87º61.21%32.35%-
HSV(B)172.87º75.94%52.16%-
XYZ12.4318.4621-
YUV101.43139.0478.48-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.19%
GREEN value IS 133 (52.34% from 255) = 46.50%
BLUE value IS 121 (47.66% from 255) = 42.31%
R=11.19%
G=46.50%
B=42.31%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal321331210.7600.090.48172.8761.2132.35
Hex2085794C0930ad3d20
Octal40205171114011602557540
Binary10000010000101111100110011000100111000010101101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208579; }

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

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

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

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

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

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

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

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