#217472

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

Shades of Elm #217472

Tints of Elm #217472

Color information

#217472 (or 0x217472) is unknown color: approx Elm. HEX triplet: 21, 74 and 72. RGB value is (33,116,114). Sum of RGB (Red+Green+Blue) = 33+116+114=263 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.55% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 116 - color contains mainly: green. Hex color #217472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217472 is #DE8B8D. Grayscale: #5A5A5A. Windows color (decimal): -14584718 or 7500833. OLE color: 7500833.

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

Color convert

RGB33116114-
CMYK0.7200.020.55
HSL178.55º55.7%29.22%-
HSV(B)178.55º71.55%45.49%-
XYZ9.9114.0318.11-
YUV90.9614186.66-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.55%
GREEN value IS 116 (45.70% from 255) = 44.11%
BLUE value IS 114 (44.92% from 255) = 43.35%
R=12.55%
G=44.11%
B=43.35%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal331161140.7200.020.55178.5555.729.22
Hex217472480237b3381d
Octal4116416211002672637035
Binary1000011110100111001010010000101101111011001111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217472; }

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

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

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

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

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

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

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

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