#217A57

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

Shades of Salem #217A57

Tints of Salem #217A57

Color information

#217A57 (or 0x217A57) is unknown color: approx Salem. HEX triplet: 21, 7A and 57. RGB value is (33,122,87). Sum of RGB (Red+Green+Blue) = 33+122+87=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 122 (48.05% from 255 or 50.41% from 242); Blue value is 87 (34.38% from 255 or 35.95% from 242); Max value from RGB is 122 - color contains mainly: green. Hex color #217A57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217A57 is #DE85A8. Grayscale: #5B5B5B. Windows color (decimal): -14583209 or 5732897. OLE color: 5732897.

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

Color convert

RGB3312287-
CMYK0.7300.290.52
HSL156.4º57.42%30.39%-
HSV(B)156.4º72.95%47.84%-
XYZ9.3114.9311.41-
YUV91.4125.5186.35-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.64%
GREEN value IS 122 (48.05% from 255) = 50.41%
BLUE value IS 87 (34.38% from 255) = 35.95%
R=13.64%
G=50.41%
B=35.95%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal33122870.7300.290.52156.457.4230.39
Hex217A574901D349c391e
Octal41172127111035642347136
Binary1000011111010101011110010010111011101001001110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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