#218177

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

Shades of Elm #218177

Tints of Elm #218177

Color information

#218177 (or 0x218177) is unknown color: approx Elm. HEX triplet: 21, 81 and 77. RGB value is (33,129,119). Sum of RGB (Red+Green+Blue) = 33+129+119=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 119 (46.88% from 255 or 42.35% from 281); Max value from RGB is 129 - color contains mainly: green. Hex color #218177 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218177 is #DE7E88. Grayscale: #636363. Windows color (decimal): -14581385 or 7831841. OLE color: 7831841.

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

Color convert

RGB33129119-
CMYK0.7400.080.49
HSL173.75º59.26%31.76%-
HSV(B)173.75º74.42%50.59%-
XYZ11.8117.3620.18-
YUV99.16139.280.81-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.74%
GREEN value IS 129 (50.78% from 255) = 45.91%
BLUE value IS 119 (46.88% from 255) = 42.35%
R=11.74%
G=45.91%
B=42.35%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal331291190.7400.080.49173.7559.2631.76
Hex2181774A0831ae3b20
Octal41201167112010612567340
Binary10000110000001111011110010100100011000110101110111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218177; }

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

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

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

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

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

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

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

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