#217958

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

Shades of Salem #217958

Tints of Salem #217958

Color information

#217958 (or 0x217958) is unknown color: approx Salem. HEX triplet: 21, 79 and 58. RGB value is (33,121,88). Sum of RGB (Red+Green+Blue) = 33+121+88=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 121 (47.66% from 255 or 50% from 242); Blue value is 88 (34.77% from 255 or 36.36% from 242); Max value from RGB is 121 - color contains mainly: green. Hex color #217958 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217958 is #DE86A7. Grayscale: #5A5A5A. Windows color (decimal): -14583464 or 5798177. OLE color: 5798177.

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

Color convert

RGB3312188-
CMYK0.7300.270.53
HSL157.5º57.14%30.2%-
HSV(B)157.5º72.73%47.45%-
XYZ9.2314.711.58-
YUV90.93126.3586.68-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.64%
GREEN value IS 121 (47.66% from 255) = 50%
BLUE value IS 88 (34.77% from 255) = 36.36%
R=13.64%
G=50%
B=36.36%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33121880.7300.270.53157.557.1430.2
Hex2179584901B359e391e
Octal41171130111033652367136
Binary1000011111001101100010010010110111101011001111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217958; }

 p { color: rgb(33,121,88); }

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

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

 a { background-color: rgb(33,121,88); }

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

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

 span { border-color: rgb(33,121,88); }

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