#217876

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

Shades of Elm #217876

Tints of Elm #217876

Color information

#217876 (or 0x217876) is unknown color: approx Elm. HEX triplet: 21, 78 and 76. RGB value is (33,120,118). Sum of RGB (Red+Green+Blue) = 33+120+118=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 120 (47.27% from 255 or 44.28% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 120 - color contains mainly: green. Hex color #217876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217876 is #DE8789. Grayscale: #5D5D5D. Windows color (decimal): -14583690 or 7764001. OLE color: 7764001.

HSL color Cylindrical-coordinate representation of color #217876: hue angle of 178.62º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217876 is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB33120118-
CMYK0.7200.020.53
HSL178.62º56.86%30%-
HSV(B)178.62º72.5%47.06%-
XYZ10.6115.0619.49-
YUV93.76141.6884.66-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.18%
GREEN value IS 120 (47.27% from 255) = 44.28%
BLUE value IS 118 (46.48% from 255) = 43.54%
R=12.18%
G=44.28%
B=43.54%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal331201180.7200.020.53178.6256.8630
Hex217876480235b3391e
Octal4117016611002652637136
Binary1000011111000111011010010000101101011011001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217876; }

 p { color: rgb(33,120,118); }

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

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

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

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

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

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

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