#217770

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

Shades of Elm #217770

Tints of Elm #217770

Color information

#217770 (or 0x217770) is unknown color: approx Elm. HEX triplet: 21, 77 and 70. RGB value is (33,119,112). Sum of RGB (Red+Green+Blue) = 33+119+112=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 119 (46.88% from 255 or 45.08% from 264); Blue value is 112 (44.14% from 255 or 42.42% from 264); Max value from RGB is 119 - color contains mainly: green. Hex color #217770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217770 is #DE888F. Grayscale: #5C5C5C. Windows color (decimal): -14583952 or 7370529. OLE color: 7370529.

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

Color convert

RGB33119112-
CMYK0.7200.060.53
HSL175.12º56.58%29.8%-
HSV(B)175.12º72.27%46.67%-
XYZ10.1514.6917.63-
YUV92.49139.0185.57-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.5%
GREEN value IS 119 (46.88% from 255) = 45.08%
BLUE value IS 112 (44.14% from 255) = 42.42%
R=12.5%
G=45.08%
B=42.42%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal331191120.7200.060.53175.1256.5829.8
Hex217770480635af391e
Octal4116716011006652577136
Binary10000111101111110000100100001101101011010111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217770; }

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

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

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

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

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

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

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

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