#218883

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

Shades of Elm #218883

Tints of Elm #218883

Color information

#218883 (or 0x218883) is unknown color: approx Elm. HEX triplet: 21, 88 and 83. RGB value is (33,136,131). Sum of RGB (Red+Green+Blue) = 33+136+131=300 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11% from 300); Green value is 136 (53.52% from 255 or 45.33% from 300); Blue value is 131 (51.56% from 255 or 43.67% from 300); Max value from RGB is 136 - color contains mainly: green. Hex color #218883 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218883 is #DE777C. Grayscale: #686868. Windows color (decimal): -14579581 or 8620065. OLE color: 8620065.

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

Color convert

RGB33136131-
CMYK0.7600.040.47
HSL177.09º60.95%33.14%-
HSV(B)177.09º75.74%53.33%-
XYZ13.5319.5724.54-
YUV104.63142.8876.91-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11%
GREEN value IS 136 (53.52% from 255) = 45.33%
BLUE value IS 131 (51.56% from 255) = 43.67%
R=11%
G=45.33%
B=43.67%

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
Decimal331361310.7600.040.47177.0960.9533.14
Hex2188834C042Fb13d21
Octal4121020311404572617541
Binary10000110001000100000111001100010010111110110001111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218883; }

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

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

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

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

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

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

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

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