#217471

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

Shades of Elm #217471

Tints of Elm #217471

Color information

#217471 (or 0x217471) is unknown color: approx Elm. HEX triplet: 21, 74 and 71. RGB value is (33,116,113). Sum of RGB (Red+Green+Blue) = 33+116+113=262 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.60% from 262); Green value is 116 (45.70% from 255 or 44.27% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 116 - color contains mainly: green. Hex color #217471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217471 is #DE8B8E. Grayscale: #5A5A5A. Windows color (decimal): -14584719 or 7435297. OLE color: 7435297.

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

Color convert

RGB33116113-
CMYK0.7200.030.55
HSL177.83º55.7%29.22%-
HSV(B)177.83º71.55%45.49%-
XYZ9.8514.0117.81-
YUV90.84140.586.74-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.60%
GREEN value IS 116 (45.70% from 255) = 44.27%
BLUE value IS 113 (44.53% from 255) = 43.13%
R=12.60%
G=44.27%
B=43.13%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal331161130.7200.030.55177.8355.729.22
Hex217471480337b2381d
Octal4116416111003672627035
Binary1000011110100111000110010000111101111011001011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217471; }

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

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

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

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

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

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

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

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