#217F5B

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

Shades of Salem #217F5B

Tints of Salem #217F5B

Color information

#217F5B (or 0x217F5B) is unknown color: approx Salem. HEX triplet: 21, 7F and 5B. RGB value is (33,127,91). Sum of RGB (Red+Green+Blue) = 33+127+91=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 127 (50% from 255 or 50.60% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 127 - color contains mainly: green. Hex color #217F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217F5B is #DE80A4. Grayscale: #5E5E5E. Windows color (decimal): -14581925 or 5996321. OLE color: 5996321.

HSL color Cylindrical-coordinate representation of color #217F5B: hue angle of 157.02º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #217F5B is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB3312791-
CMYK0.7400.280.50
HSL157.02º58.75%31.37%-
HSV(B)157.02º74.02%49.8%-
XYZ10.116.2612.5-
YUV94.79125.8683.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.15%
GREEN value IS 127 (50% from 255) = 50.60%
BLUE value IS 91 (35.94% from 255) = 36.25%
R=13.15%
G=50.60%
B=36.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal33127910.7400.280.50157.0258.7531.37
Hex217F5B4A01C329d3b1f
Octal41177133112034622357337
Binary1000011111111101101110010100111001100101001110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,127,91); }

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

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

 a { background-color: rgb(33,127,91); }

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

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

 span { border-color: rgb(33,127,91); }

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