#217675

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

Shades of Elm #217675

Tints of Elm #217675

Color information

#217675 (or 0x217675) is unknown color: approx Elm. HEX triplet: 21, 76 and 75. RGB value is (33,118,117). Sum of RGB (Red+Green+Blue) = 33+118+117=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 118 (46.48% from 255 or 44.03% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 118 - color contains mainly: green. Hex color #217675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217675 is #DE898A. Grayscale: #5C5C5C. Windows color (decimal): -14584203 or 7697953. OLE color: 7697953.

HSL color Cylindrical-coordinate representation of color #217675: hue angle of 179.29º 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 #217675 is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB33118117-
CMYK0.7200.010.54
HSL179.29º56.29%29.61%-
HSV(B)179.29º72.03%46.27%-
XYZ10.3214.5619.1-
YUV92.47141.8485.58-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.31%
GREEN value IS 118 (46.48% from 255) = 44.03%
BLUE value IS 117 (46.09% from 255) = 43.66%
R=12.31%
G=44.03%
B=43.66%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal331181170.7200.010.54179.2956.2929.61
Hex217675480136b3381e
Octal4116616511001662637036
Binary100001111011011101011001000011101101011001111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217675; }

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

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

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

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

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

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

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

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