#218176

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

Shades of Elm #218176

Tints of Elm #218176

Color information

#218176 (or 0x218176) is unknown color: approx Elm. HEX triplet: 21, 81 and 76. RGB value is (33,129,118). Sum of RGB (Red+Green+Blue) = 33+129+118=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 129 (50.78% from 255 or 46.07% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 129 - color contains mainly: green. Hex color #218176 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218176 is #DE7E89. Grayscale: #626262. Windows color (decimal): -14581386 or 7766305. OLE color: 7766305.

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

Color convert

RGB33129118-
CMYK0.7400.090.49
HSL173.12º59.26%31.76%-
HSV(B)173.12º74.42%50.59%-
XYZ11.7517.3319.87-
YUV99.04138.780.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.79%
GREEN value IS 129 (50.78% from 255) = 46.07%
BLUE value IS 118 (46.48% from 255) = 42.14%
R=11.79%
G=46.07%
B=42.14%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal331291180.7400.090.49173.1259.2631.76
Hex2181764A0931ad3b20
Octal41201166112011612557340
Binary10000110000001111011010010100100111000110101101111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218176; }

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

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

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

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

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

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

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

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