#218782

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

Shades of Elm #218782

Tints of Elm #218782

Color information

#218782 (or 0x218782) is unknown color: approx Elm. HEX triplet: 21, 87 and 82. RGB value is (33,135,130). Sum of RGB (Red+Green+Blue) = 33+135+130=298 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.07% from 298); Green value is 135 (53.12% from 255 or 45.30% from 298); Blue value is 130 (51.17% from 255 or 43.62% from 298); Max value from RGB is 135 - color contains mainly: green. Hex color #218782 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218782 is #DE787D. Grayscale: #676767. Windows color (decimal): -14579838 or 8554273. OLE color: 8554273.

HSL color Cylindrical-coordinate representation of color #218782: hue angle of 177.06º degrees, saturation: 0.61, 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 #218782 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB33135130-
CMYK0.7600.040.47
HSL177.06º60.71%32.94%-
HSV(B)177.06º75.56%52.94%-
XYZ13.3219.2624.14-
YUV103.93142.7177.41-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.07%
GREEN value IS 135 (53.12% from 255) = 45.30%
BLUE value IS 130 (51.17% from 255) = 43.62%
R=11.07%
G=45.30%
B=43.62%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal331351300.7600.040.47177.0660.7132.94
Hex2187824C042Fb13d21
Octal4120720211404572617541
Binary10000110000111100000101001100010010111110110001111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218782; }

 p { color: rgb(33,135,130); }

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

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

 a { background-color: rgb(33,135,130); }

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

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

 span { border-color: rgb(33,135,130); }

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