#217A50

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

Shades of Salem #217A50

Tints of Salem #217A50

Color information

#217A50 (or 0x217A50) is unknown color: approx Salem. HEX triplet: 21, 7A and 50. RGB value is (33,122,80). Sum of RGB (Red+Green+Blue) = 33+122+80=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 122 (48.05% from 255 or 51.91% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 122 - color contains mainly: green. Hex color #217A50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217A50 is #DE85AF. Grayscale: #5A5A5A. Windows color (decimal): -14583216 or 5274145. OLE color: 5274145.

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

Color convert

RGB3312280-
CMYK0.7300.340.52
HSL151.69º57.42%30.39%-
HSV(B)151.69º72.95%47.84%-
XYZ9.0314.829.97-
YUV90.6122.0186.92-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.04%
GREEN value IS 122 (48.05% from 255) = 51.91%
BLUE value IS 80 (31.64% from 255) = 34.04%
R=14.04%
G=51.91%
B=34.04%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal33122800.7300.340.52151.6957.4230.39
Hex217A50490223498391e
Octal41172120111042642307136
Binary10000111110101010000100100101000101101001001100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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