#208475

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

Shades of Elm #208475

Tints of Elm #208475

Color information

#208475 (or 0x208475) is unknown color: approx Elm. HEX triplet: 20, 84 and 75. RGB value is (32,132,117). Sum of RGB (Red+Green+Blue) = 32+132+117=281 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.39% from 281); Green value is 132 (51.95% from 255 or 46.98% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 132 - color contains mainly: green. Hex color #208475 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208475 is #DF7B8A. Grayscale: #646464. Windows color (decimal): -14646155 or 7701536. OLE color: 7701536.

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

Color convert

RGB32132117-
CMYK0.7600.110.48
HSL171º60.98%32.16%-
HSV(B)171º75.76%51.76%-
XYZ12.0618.0919.69-
YUV100.39137.3779.22-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.39%
GREEN value IS 132 (51.95% from 255) = 46.98%
BLUE value IS 117 (46.09% from 255) = 41.64%
R=11.39%
G=46.98%
B=41.64%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal321321170.7600.110.4817160.9832.16
Hex2084754C0B30ab3d20
Octal40204165114013602537540
Binary10000010000100111010110011000101111000010101011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208475; }

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

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

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

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

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

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

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

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