#208481

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

Shades of Elm #208481

Tints of Elm #208481

Color information

#208481 (or 0x208481) is unknown color: approx Elm. HEX triplet: 20, 84 and 81. RGB value is (32,132,129). Sum of RGB (Red+Green+Blue) = 32+132+129=293 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.92% from 293); Green value is 132 (51.95% from 255 or 45.05% from 293); Blue value is 129 (50.78% from 255 or 44.03% from 293); Max value from RGB is 132 - color contains mainly: green. Hex color #208481 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208481 is #DF7B7E. Grayscale: #656565. Windows color (decimal): -14646143 or 8487968. OLE color: 8487968.

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

Color convert

RGB32132129-
CMYK0.7600.020.48
HSL178.2º60.98%32.16%-
HSV(B)178.2º75.76%51.76%-
XYZ12.8118.3923.64-
YUV101.76143.3778.24-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.92%
GREEN value IS 132 (51.95% from 255) = 45.05%
BLUE value IS 129 (50.78% from 255) = 44.03%
R=10.92%
G=45.05%
B=44.03%

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
Decimal321321290.7600.020.48178.260.9832.16
Hex2084814C0230b23d20
Octal4020420111402602627540
Binary1000001000010010000001100110001011000010110010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208481; }

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

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

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

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

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

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

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

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