#217353

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

Shades of Salem #217353

Tints of Salem #217353

Color information

#217353 (or 0x217353) is unknown color: approx Salem. HEX triplet: 21, 73 and 53. RGB value is (33,115,83). Sum of RGB (Red+Green+Blue) = 33+115+83=231 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.29% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 83 (32.81% from 255 or 35.93% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #217353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217353 is #DE8CAC. Grayscale: #565656. Windows color (decimal): -14585005 or 5468961. OLE color: 5468961.

HSL color Cylindrical-coordinate representation of color #217353: hue angle of 156.59º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #217353 is Cyan = 0.71, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB3311583-
CMYK0.7100.280.55
HSL156.59º55.41%29.02%-
HSV(B)156.59º71.3%45.1%-
XYZ8.3213.2110.29-
YUV86.83125.8389.6-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.29%
GREEN value IS 115 (45.31% from 255) = 49.78%
BLUE value IS 83 (32.81% from 255) = 35.93%
R=14.29%
G=49.78%
B=35.93%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33115830.7100.280.55156.5955.4129.02
Hex2173534701C379d371d
Octal41163123107034672356735
Binary1000011110011101001110001110111001101111001110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217353; }

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

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

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

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

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

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

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

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