#208780

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

Shades of Elm #208780

Tints of Elm #208780

Color information

#208780 (or 0x208780) is unknown color: approx Elm. HEX triplet: 20, 87 and 80. RGB value is (32,135,128). Sum of RGB (Red+Green+Blue) = 32+135+128=295 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.85% from 295); Green value is 135 (53.12% from 255 or 45.76% from 295); Blue value is 128 (50.39% from 255 or 43.39% from 295); Max value from RGB is 135 - color contains mainly: green. Hex color #208780 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208780 is #DF787F. Grayscale: #676767. Windows color (decimal): -14645376 or 8423200. OLE color: 8423200.

HSL color Cylindrical-coordinate representation of color #208780: hue angle of 175.92º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #208780 is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB32135128-
CMYK0.7600.050.47
HSL175.92º61.68%32.75%-
HSV(B)175.92º76.3%52.94%-
XYZ13.1619.1923.43-
YUV103.4141.8877.07-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.85%
GREEN value IS 135 (53.12% from 255) = 45.76%
BLUE value IS 128 (50.39% from 255) = 43.39%
R=10.85%
G=45.76%
B=43.39%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal321351280.7600.050.47175.9261.6832.75
Hex2087804C052Fb03e21
Octal4020720011405572607641
Binary10000010000111100000001001100010110111110110000111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208780; }

 p { color: rgb(32,135,128); }

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

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

 a { background-color: rgb(32,135,128); }

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

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

 span { border-color: rgb(32,135,128); }

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