#217777

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

Shades of Elm #217777

Tints of Elm #217777

Color information

#217777 (or 0x217777) is unknown color: approx Elm. HEX triplet: 21, 77 and 77. RGB value is (33,119,119). Sum of RGB (Red+Green+Blue) = 33+119+119=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 119 (46.88% from 255 or 43.91% from 271); Blue value is 119 (46.88% from 255 or 43.91% from 271); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #217777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217777 is #DE8888. Grayscale: #5D5D5D. Windows color (decimal): -14583945 or 7829281. OLE color: 7829281.

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

Color convert

RGB33119119-
CMYK0.72000.53
HSL180º56.58%29.8%-
HSV(B)180º72.27%46.67%-
XYZ10.5514.8519.76-
YUV93.29142.5185-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.18%
GREEN value IS 119 (46.88% from 255) = 43.91%
BLUE value IS 119 (46.88% from 255) = 43.91%
R=12.18%
G=43.91%
B=43.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal331191190.72000.5318056.5829.8
Hex217777480035b4391e
Octal4116716711000652647136
Binary100001111011111101111001000001101011011010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217777; }

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

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

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

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

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

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

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

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