#208474

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

Shades of Elm #208474

Tints of Elm #208474

Color information

#208474 (or 0x208474) is unknown color: approx Elm. HEX triplet: 20, 84 and 74. RGB value is (32,132,116). Sum of RGB (Red+Green+Blue) = 32+132+116=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 132 (51.95% from 255 or 47.14% from 280); Blue value is 116 (45.70% from 255 or 41.43% from 280); Max value from RGB is 132 - color contains mainly: green. Hex color #208474 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208474 is #DF7B8B. Grayscale: #646464. Windows color (decimal): -14646156 or 7636000. OLE color: 7636000.

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

Color convert

RGB32132116-
CMYK0.7600.120.48
HSL170.4º60.98%32.16%-
HSV(B)170.4º75.76%51.76%-
XYZ1218.0719.38-
YUV100.28136.8779.3-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.43%
GREEN value IS 132 (51.95% from 255) = 47.14%
BLUE value IS 116 (45.70% from 255) = 41.43%
R=11.43%
G=47.14%
B=41.43%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal321321160.7600.120.48170.460.9832.16
Hex2084744C0C30aa3d20
Octal40204164114014602527540
Binary10000010000100111010010011000110011000010101010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208474; }

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

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

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

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

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

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

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

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