#208582

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

Shades of Elm #208582

Tints of Elm #208582

Color information

#208582 (or 0x208582) is unknown color: approx Elm. HEX triplet: 20, 85 and 82. RGB value is (32,133,130). Sum of RGB (Red+Green+Blue) = 32+133+130=295 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.85% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 133 - color contains mainly: green. Hex color #208582 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208582 is #DF7A7D. Grayscale: #666666. Windows color (decimal): -14645886 or 8553760. OLE color: 8553760.

HSL color Cylindrical-coordinate representation of color #208582: hue angle of 178.22º 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 #208582 is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB32133130-
CMYK0.7600.020.48
HSL178.22º61.21%32.35%-
HSV(B)178.22º75.94%52.16%-
XYZ13.0118.6924.04-
YUV102.46143.5477.74-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.85%
GREEN value IS 133 (52.34% from 255) = 45.08%
BLUE value IS 130 (51.17% from 255) = 44.07%
R=10.85%
G=45.08%
B=44.07%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal321331300.7600.020.48178.2261.2132.35
Hex2085824C0230b23d20
Octal4020520211402602627540
Binary1000001000010110000010100110001011000010110010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208582; }

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

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

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

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

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

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

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

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