#217C55

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

Shades of Salem #217C55

Tints of Salem #217C55

Color information

#217C55 (or 0x217C55) is unknown color: approx Salem. HEX triplet: 21, 7C and 55. RGB value is (33,124,85). Sum of RGB (Red+Green+Blue) = 33+124+85=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 124 (48.83% from 255 or 51.24% from 242); Blue value is 85 (33.59% from 255 or 35.12% from 242); Max value from RGB is 124 - color contains mainly: green. Hex color #217C55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217C55 is #DE83AA. Grayscale: #5C5C5C. Windows color (decimal): -14582699 or 5602337. OLE color: 5602337.

HSL color Cylindrical-coordinate representation of color #217C55: hue angle of 154.29º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217C55 is Cyan = 0.73, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB3312485-
CMYK0.7300.310.51
HSL154.29º57.96%30.78%-
HSV(B)154.29º73.39%48.63%-
XYZ9.4715.3911.07-
YUV92.34123.8585.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.64%
GREEN value IS 124 (48.83% from 255) = 51.24%
BLUE value IS 85 (33.59% from 255) = 35.12%
R=13.64%
G=51.24%
B=35.12%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal33124850.7300.310.51154.2957.9630.78
Hex217C554901F339a3a1f
Octal41174125111037632327237
Binary1000011111100101010110010010111111100111001101011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217C55; }

 p { color: rgb(33,124,85); }

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

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

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

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

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

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

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