#217875

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

Shades of Elm #217875

Tints of Elm #217875

Color information

#217875 (or 0x217875) is unknown color: approx Elm. HEX triplet: 21, 78 and 75. RGB value is (33,120,117). Sum of RGB (Red+Green+Blue) = 33+120+117=270 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.22% from 270); Green value is 120 (47.27% from 255 or 44.44% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 120 - color contains mainly: green. Hex color #217875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217875 is #DE878A. Grayscale: #5D5D5D. Windows color (decimal): -14583691 or 7698465. OLE color: 7698465.

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

Color convert

RGB33120117-
CMYK0.7200.020.53
HSL177.93º56.86%30%-
HSV(B)177.93º72.5%47.06%-
XYZ10.5515.0419.18-
YUV93.65141.1884.74-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.22%
GREEN value IS 120 (47.27% from 255) = 44.44%
BLUE value IS 117 (46.09% from 255) = 43.33%
R=12.22%
G=44.44%
B=43.33%

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
Decimal331201170.7200.020.53177.9356.8630
Hex217875480235b2391e
Octal4117016511002652627136
Binary1000011111000111010110010000101101011011001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217875; }

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

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

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

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

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

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

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

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