#218376

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

Shades of Elm #218376

Tints of Elm #218376

Color information

#218376 (or 0x218376) is unknown color: approx Elm. HEX triplet: 21, 83 and 76. RGB value is (33,131,118). Sum of RGB (Red+Green+Blue) = 33+131+118=282 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.70% from 282); Green value is 131 (51.56% from 255 or 46.45% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 131 - color contains mainly: green. Hex color #218376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218376 is #DE7C89. Grayscale: #646464. Windows color (decimal): -14580874 or 7766817. OLE color: 7766817.

HSL color Cylindrical-coordinate representation of color #218376: hue angle of 172.04º 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 #218376 is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB33131118-
CMYK0.7500.100.49
HSL172.04º59.76%32.16%-
HSV(B)172.04º74.81%51.37%-
XYZ12.0117.8619.95-
YUV100.22138.0380.06-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.70%
GREEN value IS 131 (51.56% from 255) = 46.45%
BLUE value IS 118 (46.48% from 255) = 41.84%
R=11.70%
G=46.45%
B=41.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal331311180.7500.100.49172.0459.7632.16
Hex2183764B0A31ac3c20
Octal41203166113012612547440
Binary10000110000011111011010010110101011000110101100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218376; }

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

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

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

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

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

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

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

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