#217C57

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

Shades of Salem #217C57

Tints of Salem #217C57

Color information

#217C57 (or 0x217C57) is unknown color: approx Salem. HEX triplet: 21, 7C and 57. RGB value is (33,124,87). Sum of RGB (Red+Green+Blue) = 33+124+87=244 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.52% from 244); Green value is 124 (48.83% from 255 or 50.82% from 244); Blue value is 87 (34.38% from 255 or 35.66% from 244); Max value from RGB is 124 - color contains mainly: green. Hex color #217C57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217C57 is #DE83A8. Grayscale: #5C5C5C. Windows color (decimal): -14582697 or 5733409. OLE color: 5733409.

HSL color Cylindrical-coordinate representation of color #217C57: hue angle of 155.6º 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 #217C57 is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB3312487-
CMYK0.7300.300.51
HSL155.6º57.96%30.78%-
HSV(B)155.6º73.39%48.63%-
XYZ9.5615.4311.49-
YUV92.57124.8585.51-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.52%
GREEN value IS 124 (48.83% from 255) = 50.82%
BLUE value IS 87 (34.38% from 255) = 35.66%
R=13.52%
G=50.82%
B=35.66%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal33124870.7300.300.51155.657.9630.78
Hex217C574901E339c3a1f
Octal41174127111036632347237
Binary1000011111100101011110010010111101100111001110011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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