#217676

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

Shades of Elm #217676

Tints of Elm #217676

Color information

#217676 (or 0x217676) is unknown color: approx Elm. HEX triplet: 21, 76 and 76. RGB value is (33,118,118). Sum of RGB (Red+Green+Blue) = 33+118+118=269 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.27% from 269); Green value is 118 (46.48% from 255 or 43.87% from 269); Blue value is 118 (46.48% from 255 or 43.87% from 269); Max value from RGB is 118 - color contains mainly: green, blue. Hex color #217676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217676 is #DE8989. Grayscale: #5C5C5C. Windows color (decimal): -14584202 or 7763489. OLE color: 7763489.

HSL color Cylindrical-coordinate representation of color #217676: hue angle of 180º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #217676 is Cyan = 0.72, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB33118118-
CMYK0.72000.54
HSL180º56.29%29.61%-
HSV(B)180º72.03%46.27%-
XYZ10.3814.5919.41-
YUV92.58142.3485.5-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.27%
GREEN value IS 118 (46.48% from 255) = 43.87%
BLUE value IS 118 (46.48% from 255) = 43.87%
R=12.27%
G=43.87%
B=43.87%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal331181180.72000.5418056.2929.61
Hex217676480036b4381e
Octal4116616611000662647036
Binary100001111011011101101001000001101101011010011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217676; }

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

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

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

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

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

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

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

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