#217575

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

Shades of Elm #217575

Tints of Elm #217575

Color information

#217575 (or 0x217575) is unknown color: approx Elm. HEX triplet: 21, 75 and 75. RGB value is (33,117,117). Sum of RGB (Red+Green+Blue) = 33+117+117=267 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.36% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #217575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217575 is #DE8A8A. Grayscale: #5B5B5B. Windows color (decimal): -14584459 or 7697697. OLE color: 7697697.

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

Color convert

RGB33117117-
CMYK0.72000.54
HSL180º56%29.41%-
HSV(B)180º71.79%45.88%-
XYZ10.214.3319.06-
YUV91.88142.1786-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.36%
GREEN value IS 117 (46.09% from 255) = 43.82%
BLUE value IS 117 (46.09% from 255) = 43.82%
R=12.36%
G=43.82%
B=43.82%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal331171170.72000.541805629.41
Hex217575480036b4381d
Octal4116516511000662647035
Binary100001111010111101011001000001101101011010011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217575; }

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

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

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

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

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

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

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

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