#217a59

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

Shades of Salem #217A59

Tints of Salem #217A59

Color information

#217A59 (or 0x217A59) is unknown color: approx Salem. HEX triplet: 21, 7A and 59. RGB value is (33,122,89). Sum of RGB (Red+Green+Blue) = 33+122+89=244 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.52% from 244); Green value is 122 (48.05% from 255 or 50% from 244); Blue value is 89 (35.16% from 255 or 36.48% from 244); Max value from RGB is 122 - color contains mainly: green. Hex color #217A59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217A59 is #DE85A6. Grayscale: #5B5B5B. Windows color (decimal): -14583207 or 5863969. OLE color: 5863969.

HSL color Cylindrical-coordinate representation of color #217A59: hue angle of 157.75º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217A59 is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.52.

Color convert

RGB3312289-
CMYK0.7300.270.52
HSL157.75º57.42%30.39%-
HSV(B)157.75º72.95%47.84%-
XYZ9.3914.9611.84-
YUV91.63126.5186.18-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.52%
GREEN value IS 122 (48.05% from 255) = 50%
BLUE value IS 89 (35.16% from 255) = 36.48%
R=13.52%
G=50%
B=36.48%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal33122890.7300.270.52157.7557.4230.39
Hex217A594901B349e391e
Octal41172131111033642367136
Binary1000011111010101100110010010110111101001001111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217a59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,122,89); }

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

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

 a { background-color: rgb(33,122,89); }

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

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

 span { border-color: rgb(33,122,89); }

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