#217774

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

Shades of Elm #217774

Tints of Elm #217774

Color information

#217774 (or 0x217774) is unknown color: approx Elm. HEX triplet: 21, 77 and 74. RGB value is (33,119,116). Sum of RGB (Red+Green+Blue) = 33+119+116=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 116 (45.70% from 255 or 43.28% from 268); Max value from RGB is 119 - color contains mainly: green. Hex color #217774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217774 is #DE888B. Grayscale: #5C5C5C. Windows color (decimal): -14583948 or 7632673. OLE color: 7632673.

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

Color convert

RGB33119116-
CMYK0.7200.030.53
HSL177.91º56.58%29.8%-
HSV(B)177.91º72.27%46.67%-
XYZ10.3814.7818.83-
YUV92.94141.0185.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.31%
GREEN value IS 119 (46.88% from 255) = 44.40%
BLUE value IS 116 (45.70% from 255) = 43.28%
R=12.31%
G=44.40%
B=43.28%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal331191160.7200.030.53177.9156.5829.8
Hex217774480335b2391e
Octal4116716411003652627136
Binary1000011110111111010010010000111101011011001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217774; }

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

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

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

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

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

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

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

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