#217753

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

Shades of Salem #217753

Tints of Salem #217753

Color information

#217753 (or 0x217753) is unknown color: approx Salem. HEX triplet: 21, 77 and 53. RGB value is (33,119,83). Sum of RGB (Red+Green+Blue) = 33+119+83=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 119 (46.88% from 255 or 50.64% from 235); Blue value is 83 (32.81% from 255 or 35.32% from 235); Max value from RGB is 119 - color contains mainly: green. Hex color #217753 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217753 is #DE88AC. Grayscale: #595959. Windows color (decimal): -14583981 or 5469985. OLE color: 5469985.

HSL color Cylindrical-coordinate representation of color #217753: hue angle of 154.88º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #217753 is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB3311983-
CMYK0.7200.300.53
HSL154.88º56.58%29.8%-
HSV(B)154.88º72.27%46.67%-
XYZ8.7914.1410.45-
YUV89.18124.5187.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.04%
GREEN value IS 119 (46.88% from 255) = 50.64%
BLUE value IS 83 (32.81% from 255) = 35.32%
R=14.04%
G=50.64%
B=35.32%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33119830.7200.300.53154.8856.5829.8
Hex2177534801E359b391e
Octal41167123110036652337136
Binary1000011110111101001110010000111101101011001101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217753; }

 p { color: rgb(33,119,83); }

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

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

 a { background-color: rgb(33,119,83); }

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

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

 span { border-color: rgb(33,119,83); }

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