#218373

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

Shades of Elm #218373

Tints of Elm #218373

Color information

#218373 (or 0x218373) is unknown color: approx Elm. HEX triplet: 21, 83 and 73. RGB value is (33,131,115). Sum of RGB (Red+Green+Blue) = 33+131+115=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 131 (51.56% from 255 or 46.95% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 131 - color contains mainly: green. Hex color #218373 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218373 is #DE7C8C. Grayscale: #636363. Windows color (decimal): -14580877 or 7570209. OLE color: 7570209.

HSL color Cylindrical-coordinate representation of color #218373: hue angle of 170.2º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218373 is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB33131115-
CMYK0.7500.120.49
HSL170.2º59.76%32.16%-
HSV(B)170.2º74.81%51.37%-
XYZ11.8417.7919.03-
YUV99.87136.5380.3-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.83%
GREEN value IS 131 (51.56% from 255) = 46.95%
BLUE value IS 115 (45.31% from 255) = 41.22%
R=11.83%
G=46.95%
B=41.22%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal331311150.7500.120.49170.259.7632.16
Hex2183734B0C31aa3c20
Octal41203163113014612527440
Binary10000110000011111001110010110110011000110101010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218373; }

 p { color: rgb(33,131,115); }

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

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

 a { background-color: rgb(33,131,115); }

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

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

 span { border-color: rgb(33,131,115); }

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