#217470

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

Shades of Elm #217470

Tints of Elm #217470

Color information

#217470 (or 0x217470) is unknown color: approx Elm. HEX triplet: 21, 74 and 70. RGB value is (33,116,112). Sum of RGB (Red+Green+Blue) = 33+116+112=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 116 (45.70% from 255 or 44.44% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 116 - color contains mainly: green. Hex color #217470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217470 is #DE8B8F. Grayscale: #5A5A5A. Windows color (decimal): -14584720 or 7369761. OLE color: 7369761.

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

Color convert

RGB33116112-
CMYK0.7200.030.55
HSL177.11º55.7%29.22%-
HSV(B)177.11º71.55%45.49%-
XYZ9.813.9817.51-
YUV90.7314086.83-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.64%
GREEN value IS 116 (45.70% from 255) = 44.44%
BLUE value IS 112 (44.14% from 255) = 42.91%
R=12.64%
G=44.44%
B=42.91%

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
Decimal331161120.7200.030.55177.1155.729.22
Hex217470480337b1381d
Octal4116416011003672617035
Binary1000011110100111000010010000111101111011000111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217470; }

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

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

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

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

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

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

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

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