#217372

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

Shades of Elm #217372

Tints of Elm #217372

Color information

#217372 (or 0x217372) is unknown color: approx Elm. HEX triplet: 21, 73 and 72. RGB value is (33,115,114). Sum of RGB (Red+Green+Blue) = 33+115+114=262 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.60% from 262); Green value is 115 (45.31% from 255 or 43.89% from 262); Blue value is 114 (44.92% from 255 or 43.51% from 262); Max value from RGB is 115 - color contains mainly: green. Hex color #217372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217372 is #DE8C8D. Grayscale: #5A5A5A. Windows color (decimal): -14584974 or 7500577. OLE color: 7500577.

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

Color convert

RGB33115114-
CMYK0.7100.010.55
HSL179.27º55.41%29.02%-
HSV(B)179.27º71.3%45.1%-
XYZ9.813.818.07-
YUV90.37141.3387.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.60%
GREEN value IS 115 (45.31% from 255) = 43.89%
BLUE value IS 114 (44.92% from 255) = 43.51%
R=12.60%
G=43.89%
B=43.51%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal331151140.7100.010.55179.2755.4129.02
Hex217372470137b3371d
Octal4116316210701672636735
Binary100001111001111100101000111011101111011001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217372; }

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

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

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

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

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

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

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

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