#217572

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

Shades of Elm #217572

Tints of Elm #217572

Color information

#217572 (or 0x217572) is unknown color: approx Elm. HEX triplet: 21, 75 and 72. RGB value is (33,117,114). Sum of RGB (Red+Green+Blue) = 33+117+114=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 117 (46.09% from 255 or 44.32% from 264); Blue value is 114 (44.92% from 255 or 43.18% from 264); Max value from RGB is 117 - color contains mainly: green. Hex color #217572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217572 is #DE8A8D. Grayscale: #5B5B5B. Windows color (decimal): -14584462 or 7501089. OLE color: 7501089.

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

Color convert

RGB33117114-
CMYK0.7200.030.54
HSL177.86º56%29.41%-
HSV(B)177.86º71.79%45.88%-
XYZ10.0314.2618.14-
YUV91.54140.6786.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.5%
GREEN value IS 117 (46.09% from 255) = 44.32%
BLUE value IS 114 (44.92% from 255) = 43.18%
R=12.5%
G=44.32%
B=43.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal331171140.7200.030.54177.865629.41
Hex217572480336b2381d
Octal4116516211003662627035
Binary1000011110101111001010010000111101101011001011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217572; }

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

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

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

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

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

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

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

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