#217474

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

Shades of Elm #217474

Tints of Elm #217474

Color information

#217474 (or 0x217474) is unknown color: approx Elm. HEX triplet: 21, 74 and 74. RGB value is (33,116,116). Sum of RGB (Red+Green+Blue) = 33+116+116=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 116 (45.70% from 255 or 43.77% from 265); Max value from RGB is 116 - color contains mainly: green, blue. Hex color #217474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217474 is #DE8B8B. Grayscale: #5B5B5B. Windows color (decimal): -14584716 or 7631905. OLE color: 7631905.

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

Color convert

RGB33116116-
CMYK0.72000.55
HSL180º55.7%29.22%-
HSV(B)180º71.55%45.49%-
XYZ10.0214.0818.71-
YUV91.1814286.5-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.45%
GREEN value IS 116 (45.70% from 255) = 43.77%
BLUE value IS 116 (45.70% from 255) = 43.77%
R=12.45%
G=43.77%
B=43.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal331161160.72000.5518055.729.22
Hex217474480037b4381d
Octal4116416411000672647035
Binary100001111010011101001001000001101111011010011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217474; }

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

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

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

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

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

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

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

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